-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using shift+click to select multiple files in the dropbox plugin disables checkboxes in other dropbox folders #4322
Comments
This is also happening with other providers. I've tried to use Google Drive, and the issue far extends beyond this problem. After a range selection (click 1 file, shift-click another file to select all files in range) is made, the first file selected is permanently set, and clicking (not shift-click) any other file will create a range selection from that first file to the clicked file. Even if you click cancel to reset selection, the first file will be remembered and will still make a range selection. And once you navigate to a different folder, files become un-selectable. |
Good catch! Are you interested in making a PR? It should only be confined to this function: uppy/packages/@uppy/provider-views/src/View.js Lines 112 to 165 in cc5b015
|
It isn't only that function that needs some modifications, but i'll make a PR after I've gotten things working right! |
Initial checklist
Link to runnable example
No response
Steps to reproduce
It's possible to reproduce this on the uppy demo page (https://uppy.io/examples/dashboard/).
Expected behavior
User should be able to select files.
Actual behavior
User is not able to select files.
Video attached is zipped for file size restriction.
Dashboard — Uppy - Google Chrome 2023-02-17 11-24-34.zip
The text was updated successfully, but these errors were encountered: