Bug 112607 - Safari Web Inspector: Point-to-inspect mode breaks when Node details sidebar open
Summary: Safari Web Inspector: Point-to-inspect mode breaks when Node details sidebar ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.8
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-03-18 12:06 PDT by BJ Homer
Modified: 2013-03-19 09:09 PDT (History)
4 users (show)

See Also:


Attachments
Screencast of the bug in progress (6.60 MB, video/quicktime)
2013-03-18 12:43 PDT, BJ Homer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Homer 2013-03-18 12:06:24 PDT
Open the safari web inspector. Go to the Resources navigation sidebar (on the left). Then go to the Node Details sidebar (on the right.)

Now try to use the point-to-inspect tools. (Cmd-Shift-C). Stuff will highlight, but nothing happens when you click. Also, the target icon won't light up.

Note that even after you leave the Node details sidebar, it's still broken. You have to close the inspector and open it again to get it to break.
Comment 1 Radar WebKit Bug Importer 2013-03-18 12:07:05 PDT
<rdar://problem/13443806>
Comment 2 Timothy Hatcher 2013-03-18 12:17:20 PDT
Cmd-Shift-C only works if the Inspector view has focus in the window. Make sure to click the view first. Is that what you were seeing?
Comment 3 BJ Homer 2013-03-18 12:24:07 PDT
Nope. Even if I click on the point-to-inspect button with the mouse, it doesn't work.
Comment 4 Timothy Hatcher 2013-03-18 12:33:59 PDT
I can't reproduce. Can you upload a screencast showing the bug?
Comment 5 BJ Homer 2013-03-18 12:43:37 PDT
Created attachment 193631 [details]
Screencast of the bug in progress
Comment 6 BJ Homer 2013-03-18 12:44:16 PDT
Screencast attached. Note that when it's broken, it's still highlighting the page source as if point-to-inspect were enabled. But clicking doesn't actually select anything.
Comment 7 Joseph Pecoraro 2013-03-18 14:12:17 PDT
I think I know what is causing this. A typo that is causing an uncaught exception which could lead to future breakage throughout the inspector.
Comment 8 Joseph Pecoraro 2013-03-18 15:41:34 PDT
BJ Homer, I landed my fix. Please try in the next nightly update!
Comment 9 BJ Homer 2013-03-19 09:09:27 PDT
Confirmed, it now appears to be working. Thanks!