Open
Bug 1284801
Opened 9 years ago
Updated 3 years ago
[dev tools] network tab does not show anchor of prefetch'ed link
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: maggus.staab, Unassigned)
Details
Attachments
(1 file)
|
123.58 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20160704004008
Steps to reproduce:
when <link> prefetch a url which contains a anchor, the anchor does not show up in dev-tools network tab.
open https://jsfiddle.net/0khhjq34/ and watch your dev-tools network tab
Actual results:
a request to https://www.example.com/?_pjax=#contentpjax shows up, but the label in the network table doesnt show the anchor.
doing the very same in via a xhr request, the url is rendered properly, including the anchor
Expected results:
the anchor should be visible in the network tab
Comment 1•9 years ago
|
||
"#contentpjax" part won't be used while requesting a resource from server, with link prefetch, or actually opening the page in browser.
so that that part won't be shown in network panel.
Comment 2•9 years ago
|
||
This is reproducible in latest developer edition.
--
Version 49.0a2
Build ID 20160711004013
Update Channel aurora
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Status: UNCONFIRMED → NEW
Component: Untriaged → Developer Tools: Netmonitor
Ever confirmed: true
Updated•9 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•