Closed
Bug 1397137
Opened 8 years ago
Closed 8 years ago
Clicking on referer link in developertools opens it in the developertools instead of the tab.
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1397169
People
(Reporter: fabian.letsch, Unassigned)
Details
Attachments
(1 file)
140.70 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20170905220108
Steps to reproduce:
-> open duckduckgo.com
-> press ctrl + shift + e (Linux & Windows) to open the network tab in developer tools
-> type firefox
-> press first link in duckduckgo - The network tab should visualise the loading of the page now.
-> Click on the first entry in the network tab which should be the loaded html page (Make sure All is selected in the menu above, so that you can see it)
-> Click on the first tab in the menu that opened up on the right
-> Search for "Referer: https://duckduckgo.com" and click it.
Added an image for clarification.
Actual results:
The page opened in the network tab.
Expected results:
The page should have opened in the actual browser tab instead and not in the developertools.
Comment 1•8 years ago
|
||
I'm able to reproduce the issue, I tracked it down to this line :
https://dxr.mozilla.org/mozilla-central/source/devtools/client/shared/components/reps/reps.js#1388
I'll investigate further.
Vincent
Comment 2•8 years ago
|
||
This should be already fixed in bug 1397169
Honza
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•