Inspect/find/focus/navigate to the initiator DOM node of a network request
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: ddascalescu, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
676.65 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
Challenge: find the imageset that initiated a Network request for an Instagram image.
- Navigate to an Instagram profile, e.g. https://www.instagram.com/theladimir/
- Open Developer Tools and go to the Network Tab, which should be empty
- Click on an image
Actual results:
The Initiator column in the Network tab will show an "imageset", but clicking that doesn't navigate to the DOM element that initiated the image request. Clicking on the .js initiators does jump to the stack trace.
Expected results:
The ability to jump to the initiator DOM element would be useful in uncovering larger-resolution images for this particular challenge, and in general, for inspecting the DOM element that initiated the request.
See #1134073 for prior work on this.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Netmonitor' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•4 years ago
|
||
Thanks for reporting!
I agree that image and imagesets linking to their initiating dom node's would be quite useful. The link would likely just jump to the specific node in the inspector panel.
Description
•