Closed
Bug 1130582
Opened 11 years ago
Closed 11 years ago
the inspector pane can end up in an "empty" state after reload a failed page
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 983386
People
(Reporter: michiel, Unassigned)
Details
Seeing some interesting behaviour of the Inspector tab in FF Dev edition (v37), where the inspector pane will be blank when inspecting elements, despite the styling sidebar being populated correctly, and the "xpath" top bar showing the correct chain.
STR:
1) fire up a random localhost server on a random dir with an index.html and point FF dev to that server's location, then open the dev tools and pick the Inspector tab.
2) kill the localhost server, don't close the dev tools, and hit "reload" in FF dev. This will cause a page load failure, and a mostly blank inspector tab.
3) start the localhost server back up, and reload FF dev. This will load the appropriate page again, but the dev tools Inspector pane will remain empty.
4) use the context menu to "inspect element" any part of the page, the Inspector pane will still be empty, but show the correct "xpath" and styling rules.
Note that closing the dev tools and then reopening them up as part of step (4) will restore the Inspector pane to a proper view with a DOM structure that can be interacted with.
Comment 2•11 years ago
|
||
Alternate (intermittent) STR:
1. Begin loading a webpage
2. Immediately open Inspector
3. Inspector pane will be blank as above #3
4. See above #4
Comment 3•11 years ago
|
||
Comment 0 describes the same problem as bug 983386. Comment 2 seems different though, please file a separate bug for this.
Status: NEW → RESOLVED
Closed: 11 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
•