Bug 22331

Summary: REGRESSION: Contextual menu no longer has an "Inspect Element" item
Product: WebKit Reporter: Dave Addey <webkit>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz, mrowe
Priority: P2 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.5   

Description Dave Addey 2008-11-18 00:13:47 PST
In WebKit r38386 (and earlier), the contextual menu displayed when right-clicking on a loaded web page would include an "Inspect element" item at the bottom of the menu.  Selecting this item would open the web inspector with the clicked item highlighted in the inspector.  As of r38492, this contextual menu item is no longer present.  It was very useful - please reinstate it!
Comment 1 Mark Rowe (bdash) 2008-11-18 10:34:18 PST
How odd.
Comment 2 Mark Rowe (bdash) 2008-11-18 10:34:30 PST
<rdar://problem/6381657>
Comment 3 Mark Rowe (bdash) 2008-11-18 16:42:35 PST
I suspect that this was broken by r38410 (<http://trac.webkit.org/changeset/38410/trunk/WebKit/mac/WebView/WebUIDelegatePrivate.h>).
Comment 4 mitz 2008-11-18 16:57:22 PST
Fixed in <http://trac.webkit.org/changeset/38586>.
Comment 5 mitz 2008-11-18 23:52:18 PST
(In reply to comment #4)
> Fixed in <http://trac.webkit.org/changeset/38586>.
and <http://trac.webkit.org/changeset/38591>.
Comment 6 Dave Addey 2008-11-19 00:54:42 PST
Yep, that's fixed it for me in r38591.  Thanks for the quick turnaround - means I can keep using the nightly builds :)