Bug 398750 - [Konsole] text selection impossible when output is being generated
Summary: [Konsole] text selection impossible when output is being generated
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: copy-paste (show other bugs)
Version: master
Platform: Compiled Sources All
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-17 09:53 UTC by RJVB
Modified: 2020-11-05 11:01 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 RJVB 2018-09-17 09:53:21 UTC
It is understandable that text selection using the mouse is tricky when the terminal is scrolling because of command output being generated.

It is much less intuitive that this is also the case when you have scrolled back up the history, e.g. to see (and copy from) the first output generated by a long-running process.

I do not know if it's possible to maintain a reliable offset into the scrollback buffer corresponding to the mouse pointer position when the terminal has been scrolled back and text is being appended to the buffer. It not, it may be less frustrating to disable text selection (when both conditions are true, or even while output is being generated and the terminal isn't scrolled back) and sound the bell instead.
Comment 1 Justin Zobel 2020-11-05 05:48:52 UTC
I've just tested this on konsole from git master and I cannot reproduce.

Can you please test and confirm if this bug is still valid, thanks.
Comment 2 RJVB 2020-11-05 11:01:52 UTC
I've been running #ac8799ba587e50cd68e4c676f990274c22e41280 for a while now, and can confirm that it appears the issue has been solved.