Bug 85198 - selection keyboard cursor multiple entries
Summary: selection keyboard cursor multiple entries
Status: RESOLVED FIXED
Alias: None
Product: klipper
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Carsten Pfeiffer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 18:01 UTC by arne anka
Modified: 2004-11-11 17:24 UTC (History)
0 users

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 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