[konsole] [Bug 462338] Selecting text copies to clipboard twice with double-click

Kurt Hindenburg bugzilla_noreply at kde.org
Sun Dec 18 23:38:05 GMT 2022


https://bugs.kde.org/show_bug.cgi?id=462338

Kurt Hindenburg <khindenburg at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/util
                   |                            |ities/konsole/commit/f68f7f
                   |                            |7cffb13fdf71a352c45e9c2f07a
                   |                            |e11b26b
         Resolution|---                         |FIXED

--- Comment #2 from Kurt Hindenburg <khindenburg at kde.org> ---
Git commit f68f7f7cffb13fdf71a352c45e9c2f07ae11b26b by Kurt Hindenburg, on
behalf of Luis Javier Merino MorĂ¡n.
Committed on 18/12/2022 at 22:58.
Pushed by hindenburg into branch 'master'.

Only set X11 selection on mouse release

Since the beginning of time, konsole has been setting the X11 selection
on mouse release, on double click, and on triple click.  This results in
intermediate entries being created on klipper, e.g. for double click you
get the initial word, and the final selection when you eventually
release the mouse button.

Note we still will get an intermediate entry on triple click (double
click release), but we still prevent one intermediate entry (triple
click entry) on that case.

M  +5    -5    src/terminalDisplay/TerminalDisplay.cpp
M  +1    -1    src/terminalDisplay/TerminalDisplay.h

https://invent.kde.org/utilities/konsole/commit/f68f7f7cffb13fdf71a352c45e9c2f07ae11b26b

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list