[Konsole-devel] [Bug 150303] Marking/Selecting text jumps to left of next display to the left

Robert Knight robertknight at gmail.com
Thu Nov 29 20:28:32 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=150303         




------- Additional Comments From robertknight gmail com  2007-11-29 21:28 -------
Hi,

There is no code in Konsole itself which relates to screen/display/monitor handling.  The only thing I can think of which Konsole (1.6.6) does that other KDE applications do not is that it attempts to reposition the mouse cursor if it moves out of the terminal display's bounds.

kdebase/konsole/konsole/TEWidget.cpp , line 1411:
    if ( pos != oldpos ) cursor().setPos(mapToGlobal(pos));

You could try removing that line and building from source to see if it makes any difference.

Unfortunately I do not have an NVidia setup to test with.  My multi-monitor setup is a simple two-screen Xinerama affair (with a laptop and external screen) under which I could not reproduce the problem.



More information about the konsole-devel mailing list