-
Notifications
You must be signed in to change notification settings - 8000 Fork 16k
HTML5 drag-drop is now working un KUbuntu #5162
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
Comments
Does it work in Chromium browser? |
yes (in Chrome), don't know about Chromium, will test today |
It could a regression of recent Chrome browsers. Can you try if it works in Chrome/Chromium 49? Electron shares the same code with Chromium on HTML drag-drop, so if it is a bug of Chromium we would not be able to fix it on our side. |
Tested on fresh Chrome: drag-drop doesn't work as well. |
Found this bug: |
Thanks for reporting it to upstream! |
Closing due to abandonment. |
HTML drag-drop event files list is empty.
Steps:
Expected: files array contains 1 dragged file
Actual: files length is 0:
file-api:49 Uncaught TypeError: Failed to execute 'readAsDataURL' on 'FileReader': parameter 1 is not of type 'Blob'
This is ok on Mac, Windows and Ubuntu.
The text was updated successfully, but these errors were encountered: