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
If the mouse is right-clicked while dragging, the drag adorner remains visible (on top of all other desktop windows) until a new drag is started.
I would expect the click to cancel the drag at least, and potentially open a context menu (i.e. pass through the event to the underlying control).
To reproduce:
Drag any item with a drag adorner
Right-click mouse while still dragging
Seen on Win10 1909 in Showcase.WPF.DragDrop.exe
Can also reproduce by clicking mouse wheel.
Note: if 'CanDragWithMouseRightButton' selected, then clicking the left-button also causes this bug.
The text was updated successfully, but these errors were encountered:
Thank you for this info! I've had users of our app complain about adorners that don't go away, but I haven't been able to reproduce it. I'll look into making a fix sometime this week.
If the mouse is right-clicked while dragging, the drag adorner remains visible (on top of all other desktop windows) until a new drag is started.
I would expect the click to cancel the drag at least, and potentially open a context menu (i.e. pass through the event to the underlying control).
To reproduce:
Seen on Win10 1909 in Showcase.WPF.DragDrop.exe
Can also reproduce by clicking mouse wheel.
Note: if 'CanDragWithMouseRightButton' selected, then clicking the left-button also causes this bug.
The text was updated successfully, but these errors were encountered: