Bug 85198

Summary: selection keyboard cursor multiple entries
Product: [Applications] klipper Reporter: arne anka <kde-bugs>
Component: generalAssignee: Carsten Pfeiffer <pfeiffer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description arne anka 2004-07-14 18:01:46 UTC
Version:           v0.9.5 (using KDE 3.2.3,  (testing/unstable))
Compiler:          gcc version 3.3.3 (Debian 20040422)
OS:                Linux (i686) release 2.6.5

selecting text with the keyboard (cursor running over text) results in multiple entries containing the growing selection.
Comment 1 Lubos Lunak 2004-11-11 17:24:25 UTC
CVS commit by lunakl: 

Hack for #85198 and #80302 - if mouse button or Shift (without mouse button)
are pressed, postpone checking new clipboard contents. This avoids
recording of partial selections done using keyboard in history (#85198),
if the app updates the clipboard contents also during the keyboard selection.
It is also a workaround for OpenOffice.org bug, since it stops updating
the clipboard contents during mouse selection if something asks for it.

BUG: 85198
BUG: 80302


  M +51 -13    toplevel.cpp   1.159
  M +6 -2      toplevel.h   1.54