angular-file-upload
angular-file-upload copied to clipboard
Fixed: "onDragLeave is not working" (#719)
Fixes Issue #719
Any plans to merge it soon? We are looking forward to have this PR integrated. Really.
This is quite similar with #643. @yhnavein Have you tested it? Does it works?
Yes, we are using it in our main application for few months so far. No issues here with this PR
07.10.2017 06:42 "Alex" [email protected] napisał(a):
This is quite similar to #643 https://github.com/nervgh/angular-file-upload/pull/643. @yhnavein https://github.com/yhnavein Have you tested it? Does it works?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nervgh/angular-file-upload/pull/720#issuecomment-334910148, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfiZf8PpYl4ekwvZ6ZCKpkWBKHZ9SSNks5spwE6gaJpZM4MCUJF .
This solution is overcomplicated and doesn't fully fix the problem. Cancelling of the timeout must be added into onDragOver
as well, otherwise flickering effect keeps appearing, just rarer.
That fix is much more clear and fully solves the issue: https://github.com/nervgh/angular-file-upload/pull/643