-
Notifications
You must be signed in to change notification settings - Fork 344
Description
If you are a Box employee, you do not need to create an issue to open a pull request
Please fill out the following template so we can reproduce and fix your issue as quickly as possible!
Note: if your issue includes a potential security vulnerability, please do not file it here. Instead, email the issue to [email protected] for support.
Note: if your issue involves previewing files, please report the issue here.
Environment:
- Elements version: 23.3.0
- Via box CDN
Desktop (please complete the following information):
- OS: mac OS 14.6.1
- Browser: Chrome
- Version: 138.0.7204.184
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Steps to reproduce the problem:
Before begin, implement FolderPicker.
const picker = new Box.FolderPicker();
picker.show(
"0", // 0 = root folder id
"{DEVELOPER_TOKEN}", // access_token
{
container: `#box-folder-picker-container`,
maxSelectable: 1,
canUpload: false,
canSetShareAccess: false,
canCreateNewFolder: false,
logoUrl: "box",
},
);
- Open the page
- Click Folder title
- Not navigate to inside of the folder.
- Select the folder.
- Click right blank space between folder title and radio button.
- Navigate to inside of the folder.
- Not select the folder.
- Click radio button.
- Select the folder.
Even if it not specifies maxSelectable, same behavior.
What is the expected behavior? (Screenshots can be helpful here)
- Open the page
- Click Folder title
- Navigate to inside of the folder.
- Not select the folder.
- Click right blank space between folder title and radio button.
- Not navigate to inside of the folder.
- Select the folder.
- Click radio button.
- Select the folder.
What went wrong? (Screenshots, console logs, or HAR files can be helpful here)
Link to application or sample code:
Official demo (from https://ja.developer.box.com/guides/embed/ui-elements/picker/) has the same problem.
https://codepen.io/box-platform/pen/WRQLey
Additional context
Add any other context about the problem here.