Bug 158773 - text edit: interprets double click (select word) + mouse down (start drag) as tripple click (select line)
Summary: text edit: interprets double click (select word) + mouse down (start drag) as...
Status: RESOLVED NOT A BUG
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-04 19:11 UTC by esigra
Modified: 2008-03-04 21:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esigra 2008-03-04 19:11:17 UTC
Version:           3.5.8 (using KDE 3.5.8)
Installed from:    Gentoo Packages
OS:                Linux

A multiline text edit widget interprets a double click followed by a mouse down as triple click. But for a triple click to actually have happended, the mouse button must have been released as well the third time.

This happens when a user double clicks a word and then presses the mouse to start dragging that word to some place. But then the whole line is selected.
Comment 1 Matthew Woehlke 2008-03-04 21:39:28 UTC
...except that it appears to be SOP for the selection to happen on mouse down (e.g. gtk does the same; heck, so does M$).

(Besides this would be a Qt change, not a KDE change.)
Comment 2 Matthew Woehlke 2008-03-04 21:41:50 UTC
For clarity, I should add that things *must* work this way, else you could not select multiple words, multiple lines, etc. (So on second blush, there's one heck of a good reason everyone does it this way.)