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

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

Closed berrange closed 1 year ago

berrange commented 1 year ago

Description

Someone posts a message into chat and I want to copy the text and paste it into another application. I can start highlighting the text I want to select, but if I have even the slightest vertical movement of the mouse, the selection will be terminated and the screen will start to scroll up/down. Most of the time I can't even select more than a couple of words without having some slight vertical movement, let alone an entire line, or the entire message that spans multiple lines.

In addition the selection process seems to remember where you previously selected. So if you have a couiple of words selected and want to try again select the text, it starts the selection at where the previous incomplete selection ended, rather than where I've now clicked.

You can also end up having multiple messages selected, as it doesn't seem to clear the old selection on distinct chat messages.

Steps to reproduce

Version information

KitsuneRal commented 1 year ago

Should be fixed by #851; feel free to reopen if it still doesn't work.

Tamaranch commented 1 year ago

It's definitely better, however you can only select one line (one comment) at a time. But I guess that's a known limitation and another problem.

KitsuneRal commented 1 year ago

Yes, and yes...