Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right-click while dragging causes drag adorner to remain shown #425

Closed
gtaylor1981 opened this issue Jan 14, 2022 · 1 comment · Fixed by #430
Closed

Right-click while dragging causes drag adorner to remain shown #425

gtaylor1981 opened this issue Jan 14, 2022 · 1 comment · Fixed by #430
Labels
Milestone

Comments

@gtaylor1981
Copy link

gtaylor1981 commented Jan 14, 2022

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:

  1. Drag any item with a drag adorner
  2. 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.

@jizc
Copy link
Contributor

jizc commented Jan 24, 2022

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.

@punker76 punker76 added this to the 3.0.1 milestone Jan 29, 2022
@punker76 punker76 modified the milestones: 3.0.1, 3.1.0 Jan 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants