Bug 394502 - Mishandling of selecting of text
Summary: Mishandling of selecting of text
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: copy-paste (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-21 05:01 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-05-24 09:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.