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

not working in firefox 59.0b4 (64-bit) #473

Open shuryansh opened 6 years ago

shuryansh commented 6 years ago

drag and drop working all browser (chrome, IE) but not working in firefox 59.0b4 (64-bit)

monetteContensive commented 6 years ago

I am also having this issue. It seems to work in Firefox on your demo, but it is not working in my app nor is it working in Edge... however, I have no issues with the DnD when using my app on Chrome.

monetteContensive commented 6 years ago

Update: I found out that on firefox and edge, there is a bug where you cannot drag a button - possibly just with a parent element. I converted the buttons to divs and it worked.