-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Dropzone flickering when dropping files #201
Comments
I also experience this using Chromium and Chrome (both (73.0.x). Does not appear in Firefox (66.0.3) though. |
Both in Firefox and Chromium Strange thing is that the flickering does not always occur when dragging above a child-element. I was not able to figure out a movement that consistently produces this behaviour. |
I have also experienced this but applying |
A reproduction as an Ember Twiddle would be helpful. Does someone has the time to set one up? @beanshearer I had a quick look in your commit https://github.com/beanshearer/ember-file-upload/commit/7b7bd94848247831713166c09b6fdbfb72d2b683. Do I get it right that
|
@jelhan We tried ignoring events for the child elements in the fork @beanshearer made but no change unfortunately, we still get the flickering. |
@ttill Thanks for the hint! Additionally make sure the div |
Should be fixed in |
The dropzone area flickers when I am dropping files, like it was being disabled and enabled again very quickly, causing the browser to open the local image instead of uploading it if I drop the file in the exact moment it was disabled. It happens on my app and on the demo app. I created a GIF to demonstrate the issue.
The text was updated successfully, but these errors were encountered: