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

TimelineTextEditSelector: enable preventStealing #851

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

rpallai
Copy link
Contributor

@rpallai rpallai commented Feb 16, 2023

Event stealing cannot be allowed because current text selection gestures conflict with flickable gestures.

Event stealing cannot be allowed because current text selection
gestures conflict with flickable gestures.
@rpallai
Copy link
Contributor Author

rpallai commented Feb 16, 2023

Actually, flickable gestures continue to work with middle/right mouse button, only left button will be reserved for text selection.

@KitsuneRal
Copy link
Member

I'm not really a fan of even allowing mouse buttons for dragging/flicking; sadly, we don't really have a good way to discern between taps (on laptops with touchscreens, e.g.) and mouse clicks. Anyway - thanks for this small fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/fix Quaternion doesn't work as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Impossible to select text, as display starts scrolling and doesn't clear previous selection
2 participants