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

(fix) Hotcue press sets drag start pos to use correct distance threshold #14367

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented Feb 17, 2025

Previously, drag'n'drop could be initiated unintentionally very easily because DragAndDropHelper didn't have the correct drag start point, ie. starts a drag for even the shortest cursor move and thereby prohibits use of hotkeys
(behaviour may depend on desktop environment).

The result is that hotkeys could not be applied during unintentinal DnD.

Fixes #14365

Previously, dnd was initiated instantly and hotkeys could not be applied then
@ronso0 ronso0 added the bug label Feb 17, 2025
@github-actions github-actions bot added the ui label Feb 17, 2025
@ronso0 ronso0 marked this pull request as ready for review February 21, 2025 10:57
@ronso0
Copy link
Member Author

ronso0 commented Feb 21, 2025

Ups, draft state was not intentional, this is ready for merge.

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 this pull request may close these issues.

regression: can't use hotkeys while dragging hotcue button
1 participant