marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

dragstart not firing anymore #456

Closed pdemilly closed 6 years ago

pdemilly commented 6 years ago

Sudendly this lib is not working anymore. It looks like dragstart event is not fired or is not propagated because its logic is not executed. Other events like dragover, dragenter and dragleave are correctly propagated but since dragstart is not executed the mimeType is not set and those events don't permit items to be dropped on.

What could be the problem? Could it be because of an incompatible lib. (app is fairly large). Any pointers how to debug this appreciated.

pdemilly commented 6 years ago

I am closing this issue as it was not related to angular-drag-drop-lists. I had include the flot lib whose plugin embedded jquery-drag which was the cause of it.