Closed
Bug 1299238
Opened 8 years ago
Closed 8 years ago
Devtools inspector not loading until page resources finish loading
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1151909
People
(Reporter: andreio, Unassigned)
Details
User Story
http://recordit.co/mHHiHTx8T5 correct gif of recording
This reproduces in Dev edition an latest stable.
STR:
Have the inspector tools open
Navigate to a page with resources that are slow to load
Behavior: Until resources finish loading the inspector does not load
I don't know what the expected behavior should be but waiting on an image to load should not influence my ability to inspect a page. I have to either wait or stop page load.
Here is a recording of the behavior: http://g.recordit.co/mHHiHTx8T5.gif
Until the image has finished loading the inspector does not fire. Resources loaded are from lorempixel.com
Reporter | ||
Updated•8 years ago
|
User Story: (updated)
Reporter | ||
Updated•8 years ago
|
Summary: Devtools inspector not working until resources finish loading → Devtools inspector not loading until page resources finish loading
Comment 1•8 years ago
|
||
We should be loading up the markup view on DOMContentLoaded instead but we are currently using a web progress listener - duping this to Bug 1151909
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Component: Developer Tools → Developer Tools: Inspector
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•