-
Notifications
You must be signed in to change notification settings - Fork 272
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
FileUploader: incorrect "drag and drop" area #8572
Labels
Comments
Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository. |
Hello @SAP/ui5-webcomponents-topic-b, The inner input type "file" is transparent and has smaller size than the visual input and browse button. Best regards, |
unazko
added a commit
that referenced
this issue
Apr 23, 2024
Issue: - A file could be dragged over a very small transparent area representing the inner input type file. That would mean that the same file couldn't be dropped over the most of the visible ui5-file-uploader DOM. Solution: - Dragged files will be dropped over the root component area. Fixes: #8572
unazko
added a commit
to unazko/ui5-webcomponents
that referenced
this issue
Apr 23, 2024
Issue: - A file could be dragged over a very small transparent area representing the inner input type file. That would mean that the same file couldn't be dropped over the most of the visible ui5-file-uploader DOM. Solution: - Dragged files will be dropped over the root component area. Fixes: SAP#8572
ilhan007
pushed a commit
that referenced
this issue
May 10, 2024
Issue: - A file could be dragged over a very small transparent area representing the inner input type file. That would mean that the same file couldn't be dropped over the most of the visible ui5-file-uploader DOM. Solution: - Dragged files will be dropped over the root component area. Fixes: #8572
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
Component area for "drag and drop" is not correct, so user needs to find a specific spot to upload a file
Isolated Example
No response
Reproduction steps
Expected Behaviour
"drag and drop" should be working for the whole area of FileUploader component
Screenshots or Videos
UI5 Web Components for React Version
1.23.0 and higher
UI5 Web Components Version
1.21.0 and higher
Browser
Chrome, Safari
Operating System
Mac OS
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: