| Summary: | Klipper interferes with selecting text in OpenOffice.org writer | ||
|---|---|---|---|
| Product: | [Unmaintained] klipper | Reporter: | Oded Arbel <oded> |
| Component: | general | Assignee: | Lubos Lunak <l.lunak> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | test shell script | ||
|
Description
Oded Arbel
2004-04-25 13:30:01 UTC
Most probably the timestamp optimization doesn't work :(. Created attachment 8252 [details] test shell script OpenOffice.org bug. When trying with xclip (http://people.debian.org/~kims/xclip/) and this small shell script, which just prints the selection contents every second, it's obvious OOo stops updating the selection contents if there's a request for it while doing the selection - the output from xclip has the same problem. 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 |