[Webkit-unassigned] [Bug 27411] [GTK] Clipboard data is lost on exit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 11:20:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=27411


Sarah Strong <sarah.e.strong at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sarah.e.strong at gmail.com




--- Comment #4 from Sarah Strong <sarah.e.strong at gmail.com>  2010-07-09 11:20:13 PST ---
I can confirm this bug in Epiphany and Empathy using Webkit-1.3.2 in Ubuntu 10.04.

Clipboard managers such as Klipper (a part of KDE), Glipper, Parcellite and Clipman work around this problem so it's expected that you wouldn't be able to reproduce it if you're running one of those.

It's not a GTK+ bug; that is to say, gtk provides the functions ickard mentioned so that applications can save their data before they exit. It would be nice if existing applications didn't have to handle it manually, but right now gtk_clipboard_set_can_store()/gtk_clipboard_store() are the right way of fixing it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list