[Webkit-unassigned] [Bug 90085] [GTK] WebKit with AC enabled breaks GtkOverlay when using the OSD style class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 27 17:55:20 PDT 2012


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2012-06-27 17:55:19 PST ---
A quick update debugging this issue. It seems that the root of the problem is that GtkOverlay does not react well when the background widget has its own native window. This feels like a bug in GTK+, but I'm still digging for the cause.

What we know so far is that GtkOverlay creates child windows for all its overlaid widgets and calls gtk_widget_set_parent_window on them. I'm going to try to explore whether or not the overlaid widget windows are just hiding behind the WebView window for some reason.

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