Summary: | selection keyboard cursor multiple entries | ||
---|---|---|---|
Product: | [Unmaintained] klipper | Reporter: | arne anka <kde-bugs> |
Component: | general | Assignee: | Carsten Pfeiffer <pfeiffer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
arne anka
2004-07-14 18:01:46 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 |