Bug 20268 - assertion when closing a page containing a plugin object
Summary: assertion when closing a page containing a plugin object
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-03 11:36 PDT by arno.
Modified: 2009-03-07 13:57 PST (History)
1 user (show)

See Also:


Attachments
testcase (332 bytes, text/html)
2008-08-03 11:36 PDT, arno.
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description arno. 2008-08-03 11:36:31 PDT
Hi,
when opening a page containing a plugin object with gtklauncher, and then closing gtklauncher, I get following assertion:

(lt-GtkLauncher:24039): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkWidget'

that assertion is triggered in ScrollView::removeChild, when trying to cast GTK_WIDGET (child->gtkWidget())
Comment 1 arno. 2008-08-03 11:36:46 PDT
Created attachment 22625 [details]
testcase
Comment 2 Xan Lopez 2009-03-07 13:57:52 PST
This seems to work fine now. Closing.