[Webkit-unassigned] [Bug 19392] [Gtk] Enable WebInspector in the Gtk port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 14 06:57:04 PDT 2008


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





------- Comment #6 from arenevier at fdn.fr  2008-07-14 06:57 PDT -------
Another small thing:
If I understand correctly, shouldn't 

 core(m_webView)->inspectorController()->setWindowVisible(true); 

be

 core(m_inspectedWebView)->inspectorController()->setWindowVisible(true); 

? If I make that change, I get for example focus on selected node (which I
don't otherwise)


> hey! thanks, and thanks for the comments! that was a first go, and I'm
> currently refactoring the patch to add a WebKitWebInspector class

Great, I'll test your next patch :)


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