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

breaks when firefox developer tools are opened #417

Open rettgerst opened 7 years ago

rettgerst commented 7 years ago

firefox release channel 53.0.3, 64-bit, macOS Sierra 10.12.5. happens in safe mode even.

open any of the examples on the demo page. play around with it, works as normal. open dev tools (f12). suddenly the directive breaks - on dragging any of the draggables, it just disappears from the list.

does not happen in chrome.

rettgerst commented 7 years ago

hmm, isn't happening anymore even though I don't think I changed anything. weird.