LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

HTML5 dragleave fired when hovering a child element #156

Closed JulesDoe closed 8 years ago

JulesDoe commented 8 years ago

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

LPology commented 8 years ago

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