WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
148088
Web Inspector: when remote inspecting iOS device, cannot inspect the Web Inspector itself
https://bugs.webkit.org/show_bug.cgi?id=148088
Summary
Web Inspector: when remote inspecting iOS device, cannot inspect the Web Insp...
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-08-17 13:16:38 PDT
<
rdar://problem/22312519
>
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.
Top of Page
Format For Printing
XML
Clone This Bug