[Konsole-devel] [Bug 256353] Selecting text by triple click and scolling up causes only the visible contents to be selected

Jekyll Wu adaptee at gmail.com
Sun Jan 15 17:54:25 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=256353





--- Comment #4 from Jekyll Wu <adaptee gmail com>  2012-01-15 17:54:24 ---
Sorry for no response. 

Yes, submitting patch to review board is always the preferred way.

As for the patch itself, I actually made similar analysis after posting comment
#1, and I thought the first and real problem was why
ScreenWindow::setSelectionStart() was ever called, which should not happen
IMHO, to reset the start point of selection during scrolling up.  My little
hack was setting 'swapping' to false in force in the case of triple clicking
and scrolling, and it seemed to work. Anyway, it was just hack and I didn't
make further investigation.

In general, I feel the real problem is not in those setSelectionStart() methods
themselves, but in how and when they are called. So changing the internal logic
of those methods might be dangerous and cause new regressions.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list