ProgerXP / FileDrop

Self-contained cross-browser pure JavaScript class for Drag & Drop and AJAX (multi) file upload.
filedropjs.org
The Unlicense
264 stars 61 forks source link

Prevent stopping event propagation #47

Open tom-s opened 9 years ago

tom-s commented 9 years ago

Hi,

I have a zone which I drag and drop files onto (basically the whole screen). This zone also contains a list of the files I've uploaded, which can be reordered by drag and drop too.

In Chrome, the events onDrop and onDragEnter are never triggered. They are caught by filedrop which prevents their propagation. Is there any way to allow the event propagation so that I can actually use drag and drop for different purposes than drag and dropping a file onto my page ? Thanks