[Konsole-devel] [konsole] [Bug 318450] New: Selecting by double click at end of line should stop at the last character of the line instead of the last printable character
Yichao Yu
yyc1992 at gmail.com
Tue Apr 16 14:30:00 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=318450
Bug ID: 318450
Summary: Selecting by double click at end of line should stop
at the last character of the line instead of the last
printable character
Classification: Unclassified
Product: konsole
Version: 2.10.2
Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: copy-paste
Assignee: konsole-devel at kde.org
Reporter: yyc1992 at gmail.com
See detail below.
The problem is on double click selecting, the end of line instead of the end of
visible line should be treated as a break. Some what related to bug #318449. (I
report them separately since they are not exactly the same....)
An option for triple click for whether selection the newline should also be
added once this bug is fixed.
Reproducible: Always
Steps to Reproduce:
1. echo 'a'
2. echo 'b '
3. double click the "a" printed
4. double click the space after the "b" printed
5. double click the end of the printed "a" line
6. double click the end of the printed "b" line
Actual Results:
3: "a" selected (as expected)
4: all spaces after "b" as well as the newline are selected
5: the newline after "a" is selected (as expected)
6: all spaces after "b" as well as the newline are selected
Expected Results:
4: all spaces after "b" are selected (but not the newline)
6: the newline at the end of the "b" printed line is selected
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list