Bug 188725

Summary: Copy shortcut clears clipboard when nothing is selected
Product: [Applications] konsole Reporter: Ben Boeckel <bugzilla.kde>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Ben Boeckel 2009-04-03 11:04:29 UTC
Version:            (using KDE 4.2.1)
Installed from:    Fedora RPMs

When using the copy shortcut (Ctrl+Shift+C) when nothing is selected, the clipboard contents are erased (or pushed down the stack when Klipper is enabled). It should do nothing when there is no selection.
Comment 1 Ben Boeckel 2009-06-19 05:15:19 UTC
I still see this behavior in 4.2.90
Comment 2 Kurt Hindenburg 2010-01-18 00:00:02 UTC
SVN commit 1076289 by hindenburg:

Don't copy an empty string to the clipboard.  Ideally this should be handled by disable-ing the menu/shortcuts for Copy/Cut/Paste (Wish 203768).

BUG: 188725


 M  +2 -1      TerminalDisplay.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1076289
Comment 3 Kurt Hindenburg 2010-02-24 05:35:16 UTC
SVN commit 1095367 by hindenburg:

Don't copy an empty string to the clipboard.  Ideally this should be handled by
disable-ing the menu/shortcuts for Copy/Cut/Paste (Wish 203768).

CCBUG: 188725


 M  +2 -1      TerminalDisplay.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1095367