[Webkit-unassigned] [Bug 106050] New: [WK2] [Gtk] web inspector is not visible.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 15:15:19 PST 2013


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

           Summary: [WK2] [Gtk] web inspector is not visible.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Hi,

with MiniBrowser, web inspector is not visible.
I launch MiniBrowser (with --enable-developer-extras) flag; I right-click/inspect element.
And I can see that web inspector is active, because I can select an element, and its layout overlay appears. But inspector widget is not attached to the page.
That happens because inspector widget is not registered as inspectorView of the webViewBase.
So, it would be better to call webkitWebViewBaseAddWebInspector instead of just gtk_container_add
Additionaly, it is better to call gtk_container_add instead of webkitWebViewBaseAddWebInspector when inspector has its own window (because m_inspectorWindow is not a WEBKIT_WEB_VIEW_BASE).

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



More information about the webkit-unassigned mailing list