Bug 148088

Summary: Web Inspector: when remote inspecting iOS device, cannot inspect the Web Inspector itself
Product: WebKit Reporter: Blaze Burg <bburg>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: bburg, graouts, joepeck, mattbaker, nvasilyev, saam, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Mac   
OS: iOS 9.0   
Bug Depends on:    
Bug Blocks: 147066    

Blaze Burg
Reported 2015-08-17 13:15:57 PDT
STEPS TO REPRODUCE: 1. make sure you can inspect the inspector normally: defaults write com.apple.Safari WebKitDeveloperExtrasEnabled 1 defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled 1 2. Remote inspect Safari page on an iOS device 3. Right click inside the inspector EXPECTED: * Second-level inspector pops up when right clicking the inspector ACTUAL: * No menu item for "Inspect Element" when right clicking the inspector NOTES: This is probably a matter of not having a different defaults key set somewhere. Joe, any ideas?
Attachments
Radar WebKit Bug Importer
Comment 1 2015-08-17 13:16:38 PDT
Timothy Hatcher
Comment 2 2015-08-18 17:19:35 PDT
The WK1 default should work. Maybe the WK delegate is removing the context menu item?
Joseph Pecoraro
Comment 3 2015-08-18 17:32:48 PDT
Actually, it uses its own default. shell> defaults write com.apple.WebInspector DeveloperExtrasEnabled -bool YES Ideally we would move it to a WKWebView variant.
Blaze Burg
Comment 4 2015-08-18 21:03:28 PDT
(In reply to comment #3) > Actually, it uses its own default. > > shell> defaults write com.apple.WebInspector DeveloperExtrasEnabled > -bool YES > > Ideally we would move it to a WKWebView variant. OK, added the default to the wiki for now. Closing this bug. https://trac.webkit.org/wiki/WebInspectorDebugging
Note You need to log in before you can comment on or make changes to this bug.