Bug 22331 - REGRESSION: Contextual menu no longer has an "Inspect Element" item
Summary: REGRESSION: Contextual menu no longer has an "Inspect Element" item
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2008-11-18 00:13 PST by Dave Addey
Modified: 2008-11-19 00:54 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)