Skip to content
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

HTML5 dragleave fired when hovering a child element #156

Merged
merged 1 commit into from
Apr 4, 2016

Conversation

JulesDoe
Copy link

The problem I'm trying to fix is that the dragleave event of an element is fired when hovering a child element of that element. Both the parent and child are in the dropzone parameter like
dropzone: $('.droppAble')

A seemingly god solution is described on stackoverflow

cheers

The problem I'm trying to fix is that the dragleave event of an element is fired when hovering a child element of that element.
Solution is described here:
http://stackoverflow.com/questions/7110353/html5-dragleave-fired-when-hovering-a-child-element
@LPology LPology merged commit 7f8a5a8 into LPology:master Apr 4, 2016
@LPology
Copy link
Owner

LPology commented Apr 4, 2016

Just merged. Sorry for the delay. Thanks for your input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants