We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When initiating a drag/drop operation from a tunneling PointerPressed event, there are problems on macOS and X11:
PointerPressed
The following commit reproduces the problem on the "Drag + Drop" page of ControlCatalog:
ed3f002
No response
master
macOS, Linux
The text was updated successfully, but these errors were encountered:
Update: this happens on macOS even when using bubbling events.
Sorry, something went wrong.
Reset mouse down location...
e475438
.. on release or capture lost. Fixes an issue with phantom drags occurring on macOS due to AvaloniaUI/Avalonia#16936
No branches or pull requests
Describe the bug
When initiating a drag/drop operation from a tunneling
PointerPressed
event, there are problems on macOS and X11:To Reproduce
The following commit reproduces the problem on the "Drag + Drop" page of ControlCatalog:
ed3f002
Expected behavior
No response
Avalonia version
master
OS
macOS, Linux
Additional context
No response
The text was updated successfully, but these errors were encountered: