[Webkit-unassigned] [Bug 76911] [GTK] WebKitWebView won't work in a GtkOffscreenWindow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 23:33:09 PST 2012


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





--- Comment #11 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-01-30 23:33:09 PST ---
(In reply to comment #0)
> GtkOffscreenWindow, although a GtkWindow, shouldn't be used with standard GtkWindow API. 

Do you know why? isn't it a GtkOffscreenWindow bug?

WebKit::ChromeClient makes several calls to gtk_window_* methods on the toplevel that seem to return garbage when used with a GtkOffscreenWindow. As a result of this, it's not possible to use a WebKitWebView inside a GtkOffscreenWindow.
> 

We are assuming a toplevel is a Gtkwindow in several places, I'm not sure it's correct, we should probably always check gtk_widget_is_toplevel() && GTK_IS_WINDOW() but that wouldn't work in this case either.

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