-
Notifications
You must be signed in to change notification settings - Fork 13
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
ie11 / Win7 - upload click does not work #29
Comments
ie11 in windows 7, but not ie11 in windows 10. this was also confirmed by the fact that both of these ie11s had different version numbers |
Aha. Will fix this as soon as I can. Thanks! |
Actually, not sure how to fix this. Introducing an html element dynamically on the website would probably break layout/css of existing webpages. Will try some things. |
what i ened up doing (button from material ui, but you could just as easily just use a
|
this is about the clickable area. it was a button my case, but i was able top reproduce this in the droppable demo site.
drag and drop works fine, but i am unable to click any clickable areas to upload a file.
i actually fixed this in my own project by moving away from droppable (sorry ^^). the fix is that the clickable area needs to be a label linking (
htmlFor
=>id
) to the file upload input component. then the click on the button styled label will trigger the native upload inputThe text was updated successfully, but these errors were encountered: