Bug 90763

Summary: [GTK] Fix inspector detach when inspector was attached by the client
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, xan.lopez
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2012-07-09 01:31:16 PDT
When the inspector is detached, we are unconditionally removing it from the inspected view, but if the inspector was attached by the client, the parent might be another widget.
Comment 1 Carlos Garcia Campos 2012-07-09 01:33:17 PDT
Created attachment 151213 [details]
Patch
Comment 2 Carlos Garcia Campos 2012-07-09 08:12:05 PDT
Committed r122108: <http://trac.webkit.org/changeset/122108>