[Webkit-unassigned] [Bug 20110] The GTK port wrongly assumes that the web view widget is always realized.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 21 17:45:41 PDT 2008


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





------- Comment #3 from david.hansen at gmx.net  2008-07-21 17:45 PDT -------
(In reply to comment #2)
> Xavier Claessens has had the sames issues last week when he embedded WebKitGtk
> into Empathy.  
> 
> Raising to Major as this is crashing the embedding apps.
> 
> To quickly solve is issue, we replaced the ASSERT(containingWindow()) by a "if
> (containingWindow()) return;".  This needs more investigation.

As a workaround you can use GtkPlug and GtkSocket.  This way the WebView widget
always has a toplevel and you can realize it.  But this feels so wroooong ;-)


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



More information about the webkit-unassigned mailing list