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

DnD for table not working on firefox #418

Open gkaran opened 7 years ago

gkaran commented 7 years ago

We have in our application some tables to which we have drag and drop enabled. It appears that with the latest firefox (53) the functionality provided is not working any more (it used to work earlier).

I have create a pen demonstrating the problem that can be found here.

Chrome seems to be functional and I haven't tested this in IE or Safari.

calmbird commented 7 years ago

Please try: li.dndPlaceholder { height: 30px; } Worked for me.