Bug 89766 - Web Inspector: [Elements] Right-clicking on whitespace should show the same context menu as right-clicking on the tag text
Summary: Web Inspector: [Elements] Right-clicking on whitespace should show the same c...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-22 09:46 PDT by Alexander Pavlov (apavlov)
Modified: 2012-06-22 11:22 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.10 KB, patch)
2012-06-22 10:52 PDT, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff
Patch (3.54 KB, patch)
2012-06-22 11:16 PDT, Alexander Pavlov (apavlov)
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2012-06-22 09:46:14 PDT
Patch to follow.

Upstreaming http://code.google.com/p/chromium/issues/detail?id=133741
Comment 1 Alexander Pavlov (apavlov) 2012-06-22 10:52:27 PDT
Created attachment 149061 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-06-22 11:08:37 PDT
Comment on attachment 149061 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=149061&action=review

> Source/WebCore/inspector/front-end/ElementsTreeOutline.js:456
> +        if (isTag && treeElement._populateTagContextMenu) {

As discussed  offline this regresses textNode context menu.
Comment 3 Alexander Pavlov (apavlov) 2012-06-22 11:16:53 PDT
Created attachment 149067 [details]
Patch
Comment 4 Alexander Pavlov (apavlov) 2012-06-22 11:22:57 PDT
Committed r121042: <http://trac.webkit.org/changeset/121042>