Please check the logging (now removed) added in commit 80d9ac5633fc06dcf7f2e4f85e10b1342085df70
Doing a fast click, drag, release can make the drag template stay open indefinitely. It's because the DragEnter event handler can be called after the DragSourceOnQueryContinueDragevent, but there are no mouse buttons depressed when it is called:
Added mouse button down guard around
DragEnter
Please check the logging (now removed) added in commit 80d9ac5633fc06dcf7f2e4f85e10b1342085df70
Doing a fast click, drag, release can make the drag template stay open indefinitely. It's because the
DragEnter
event handler can be called after theDragSourceOnQueryContinueDrag
event, but there are no mouse buttons depressed when it is called: