Bug 70813 - Web Inspector: [Chromium] Audits panel context menu for links not working properly
Summary: Web Inspector: [Chromium] Audits panel context menu for links not working pro...
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: 2011-10-25 05:27 PDT by Alexander Pavlov (apavlov)
Modified: 2011-10-25 06:57 PDT (History)
10 users (show)

See Also:


Attachments
[PATCH] Suggested fix (1.83 KB, patch)
2011-10-25 05:35 PDT, Alexander Pavlov (apavlov)
pfeldman: 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) 2011-10-25 05:27:35 PDT
What steps will reproduce the problem?
1. Open the browser and open any we site.
2. Open the Developer Tools
3. Now Click on Audit and select "Reload Page and Audit On Load" Option . and Click on Run.
4. The Results will come.
5. The Links that are shown in this Audit Results are coming up with the Links context menu.
6. In this Open Link in the New Window and Open Link In the Incognito window are  are not working.
7. Both the options are opening the link in the "new tab" of the same window.


What is the expected result?
Open Link in the new Window should open link in the new Window.
Open Link in the Incognito window should show the Link in the Incognito window.

What happens instead?
Open Link in the new Window  is showing the link in the New Tab
Open Link in the Incognito window  is also is showing the link in the New Tab only.

Upstreaming http://code.google.com/p/chromium/issues/detail?id=97503
Comment 1 Alexander Pavlov (apavlov) 2011-10-25 05:35:06 PDT
Created attachment 112325 [details]
[PATCH] Suggested fix
Comment 2 Alexander Pavlov (apavlov) 2011-10-25 06:57:11 PDT
Committed r98341: <http://trac.webkit.org/changeset/98341>