[Webkit-unassigned] [Bug 72131] REGRESSION (r99924): broke 2 pasteboard tests on GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 18:47:31 PST 2011


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





--- Comment #4 from Daniel Cheng <dcheng at chromium.org>  2011-11-15 18:47:29 PST ---
Actually it appears the problem is GTK does not reset the clipboard to a clean state before writing to it in Pasteboard::writeSelection, Pasteboard::writePlaintext, and probably other locations as well. If you don't reset the clipboard to a clean state, then you might have the plain text copied from one page with the URL/html previously copied from somewhere else. I've verified locally that fixing this fixes the problem.

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