Bug 63725 - Web Inspector: showContextMenu missing in Remote DevTools
Summary: Web Inspector: showContextMenu missing in Remote DevTools
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-30 08:41 PDT by mhillyard
Modified: 2011-08-15 01:13 PDT (History)
10 users (show)

See Also:


Attachments
Patch (16.58 KB, patch)
2011-08-14 02:05 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff
[IMAGE] Screenshot with patch applied. (38.32 KB, image/png)
2011-08-15 01:00 PDT, Pavel Feldman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mhillyard 2011-06-30 08:41:43 PDT
Right click in the remote DevTools console.  Get:

Uncaught TypeError: Object #<Object> has no method 'showContextMenu'
WebInspector.ContextMenu.show ContextMenu.js:45
WebInspector.ConsoleView._handleContextMenuEvent ConsoleView.js:437
bound utilities.js:38
Comment 1 Joseph Pecoraro 2011-06-30 10:02:23 PDT
This sounds like another one of the InspectorFrontendHost stubs missing.
Comment 2 Pavel Feldman 2011-08-14 02:05:12 PDT
Created attachment 103876 [details]
Patch
Comment 3 Pavel Feldman 2011-08-15 01:00:34 PDT
Created attachment 103891 [details]
[IMAGE] Screenshot with patch applied.
Comment 4 Pavel Feldman 2011-08-15 01:13:54 PDT
Committed r93034: <http://trac.webkit.org/changeset/93034>