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

dragend not firing if div contains an iframe #440

Open benjroberts opened 7 years ago

benjroberts commented 7 years ago

In chrome, the dragend event never gets fired if you are dragging an element that contains an iframe. It's a known chrome bug but not sure if you can create a workaround.

https://bugs.chromium.org/p/chromium/issues/detail?id=737691

JoelGnan commented 6 years ago

Use embed tag instead of iframe