Bug 394502

Summary: Mishandling of selecting of text
Product: [Applications] konsole Reporter: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA>
Component: copy-pasteAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal CC: a.samirh78
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Arfrever Frehtes Taifersar Arahesis 2018-05-21 05:01:55 UTC
It is a recent regression in Konsole (introduced somewhen on >=2018-05-09).

Steps to reproduce:
1. Find some longer word or write it (e.g. "aaaaaaaaaa")
2. Double-click this word to select it, keep mouse button pressed and move mouse cursor to the right

This results in additonally selecting text (often whitespace) located right to mouse cursor.

The longer the word, the easier to notice this problem.
Comment 1 Ahmad Samir 2018-05-21 07:44:12 UTC
Probably fixed with https://phabricator.kde.org/D12939
Comment 2 Arfrever Frehtes Taifersar Arahesis 2018-05-21 16:06:34 UTC
Problem still present with current git HEAD (revision 5128781a824c26dc2746650fea0ae9f95861b9d8).
Comment 3 Arfrever Frehtes Taifersar Arahesis 2018-05-24 01:38:33 UTC
Fixed most likely in commit f24aa818f97b6bebdcc4ce62c927994232b6f282.
https://cgit.kde.org/konsole.git/commit/?id=f24aa818f97b6bebdcc4ce62c927994232b6f282
Comment 4 Ahmad Samir 2018-05-24 09:28:49 UTC
OK, thanks for the feedback.