Summary: | mouse text selection: _sometimes_ copying a lot of unexisting spaces instead of newline character at the end of line to the X buffer | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | DEK <dmitryk> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | dmitryk |
Priority: | NOR | ||
Version: | 2.3.3 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
DEK
2010-01-17 20:03:29 UTC
some additional information (not sure if it is useful or it is not). have installed konsole from KDE 3.5.10 in a different slot $ /usr/kde/3.5/bin/konsole -v Qt: 3.3.8b KDE: 3.5.10 Konsole: 1.6.6 $ tested the same things in Konsole 1.6.6 still using KDE 4.3.3 and everything is OK there. so, Konsole 1.6.6 is OK, Konsole 2.3.3 is not. hmm.. one more thing.. such lines with spaces are always before normal lines. For example if i select two hundred of lines in konsole and then paste it i will have first 53 lines with spaces before \n, and the last 147 lines will be OK. Next time i select the same text i will have first 112 lines with spaces before \n, and the last 88 lines will be OK. and one more if the first line contains for example 15 characters and the second line contains 25 characters and after copying and pasting the first line becomes a line with first 15 characters and 90 spaces after them and before \n , then the second line (if it is buggy too) will have 25 its characters and 80 spaces before \n. 15+90=25+80. the number of characters in such buggy lines is always the same during one copy/paste action. *** This bug has been marked as a duplicate of bug 188528 *** |