[Webkit-unassigned] [Bug 29693] [GTK] DRT must display window instead of just realizing, to enable synthesizing events correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 23 20:24:25 PDT 2009


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





--- Comment #5 from Gustavo Noronha (kov) <gns at gnome.org>  2009-09-23 20:24:24 PDT ---
Yeah, that's a limitation in GTK+ - it explicitely checks if the window is
visible to decide whether it will propagate the event or not, so to synthesize
the events with maximum fidelity, that is, not only emitting signals, but
causing GTK+ to do whatever it always does when the event happens, we'll need
to show the window. Most people will run the tests inside Xvfb, so it should be
a non-issue, as Tony pointed out.

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