[Webkit-unassigned] [Bug 170705] New: Web Inspector: No context menu available via ENABLE_INSPECTOR_SERVER

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 10 16:07:11 PDT 2017


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

            Bug ID: 170705
           Summary: Web Inspector: No context menu available via
                    ENABLE_INSPECTOR_SERVER
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ross.kirsling at sony.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 306751

  --> https://bugs.webkit.org/attachment.cgi?id=306751&action=review

Missing context menu

It appears that ever since the old Web Inspector front-end was removed in r157278, there has been no context menu available when remote inspecting with ENABLE_INSPECTOR_SERVER.

InspectorFrontendHost is unavailable in this case, but the current stub uses a no-op for showContextMenu, where four years ago it used a SoftContextMenu component.

Given that ENABLE_INSPECTOR_SERVER exists, we should reintroduce a non-native context menu to be used in this scenario.

(NOTE: ENABLE_INSPECTOR_SERVER is currently only set for GTK+, but this behavior can be verified by simply overwriting window.InspectorFrontendHost.showContextMenu.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170410/5437525d/attachment.html>


More information about the webkit-unassigned mailing list