GNOME Bugzilla – Bug 626489
Inspecting an element when the inspector is attached shows an empty window
Last modified: 2010-08-24 19:14:45 UTC
The inspector window is shown unconditionaly when the inspector requests being shown, this causes the window that holds it to be shown when inspecting something with the inspector already attached.
Created attachment 167462 [details] [review] proposed fix
Comment on attachment 167462 [details] [review] proposed fix OK. I wonder if it would make more sense to just create/destroy the window on demand instead of have it floating around with a boolean indicating our state...
Comment on attachment 167462 [details] [review] proposed fix That's a good point, I'll see if that simplifies the code, and follow up, thanks!