quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
637 stars 108 forks source link

TimelineTextEditSelector: enable preventStealing #851

Closed rpallai closed 1 year ago

rpallai commented 1 year ago

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

rpallai commented 1 year ago

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

KitsuneRal commented 1 year ago

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.