Summary: | Selection marking requires constant mouse movement | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Andreas Klöckner <inform> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.9.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andreas Klöckner
2004-09-06 19:19:39 UTC
This is a 'feature' of TEWidget NOTE: During the marking process we attempt to keep the cursor within the bounds of the text as being displayed by setting the mouse position whenever the mouse has left the text area. Two reasons to do so: 1) QT does not allow the `grabMouse' to confine-to the TEWidget. Thus a `XGrapPointer' would have to be used instead. 2) Even if so, this would not help too much, since the text area of the TEWidget is normally not identical with it's bounds. Still applicable in KDE 4.0 Fixed by SVN commit 762055. In fixing this the scrolling speed has also been made proportional to the distance between the mouse position and the nearest edge of the terminal area. There is a problem with flicker when selecting many 'pages' of text but that is a separate problem to solve. This will appear in KDE 4.1. |