Improper Behavior Dragging a new browser tab over discord
When you drag tabs from a source application (e.g. a web browser), over a "target" application, what normally happens is the tab will then be hosted in a new window.
However, when you drag a browser tab over a Discord window, the tab does not create a new window. Instead the tab is returned to its original window. Somehow Discord is dealing with this drag and drop event improperly.
Drag and drop of different applications and data types is a tricky business. Handling, swallowing or rejecting the event can result in various types of behavior. To track this down, you'd probably want a debug handler on the drag and drop event that outputs the event data to see what the contents of the drag/drop event are, and then try different ways of handling it.
Please sign in to leave a comment.
Comments
0 comments