You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement an extension which uses the HTML5 Drag n Drop API (https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API). While the dragstart and co events work, it immediately shown an not allowed cursor and no dragEnter or dragOver events are fired. It seems like that the window itself (in this case a configure popup) is prohibiting the drop operation.
Any idea what I can do to make it work?
The text was updated successfully, but these errors were encountered:
I'm trying to implement an extension which uses the HTML5 Drag n Drop API (https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API). While the
dragstart
and co events work, it immediately shown an not allowed cursor and nodragEnter
ordragOver
events are fired. It seems like that the window itself (in this case a configure popup) is prohibiting the drop operation.Any idea what I can do to make it work?
The text was updated successfully, but these errors were encountered: