angular-drag-and-drop-lists icon indicating copy to clipboard operation
angular-drag-and-drop-lists copied to clipboard

dragend not firing if div contains an iframe

Open benjroberts opened this issue 8 years ago • 1 comments

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

benjroberts avatar Aug 31 '17 19:08 benjroberts

Use embed tag instead of iframe

JoelGnan avatar Jan 25 '18 12:01 JoelGnan