Closed
Bug 1460992
Opened 7 years ago
Closed 7 years ago
HTML-Inspector doesn't show the whole tree after reloading the page
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1460223
People
(Reporter: cr7-rm, Unassigned)
References
Details
Attachments
(1 file)
2.02 MB,
image/gif
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180503143129
Steps to reproduce:
Start Firefox, then open a simple HTML file, open the HTML-Inspector, reload the page and check the HTML structure in the HTML inspector.
The content of my HTML file:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<div>test</div>
</body>
</html>
Actual results:
Instead of showing the whole HTML tree only the html-node was shown. I couldn't expand it.
Check my GIF to see what happens:
https://s1.gifyu.com/images/inspector_bug.gif
Expected results:
The whole HTML tree should be accessible and expandable.
Component: Untriaged → Developer Tools: Inspector
OS: Unspecified → Mac OS X
Comment 1•7 years ago
|
||
Marking as a duplicate of bug 1460223 which was fixed in 62, and uplifted to 61 and ESR60.
Can you please test again and confirm that this is fixed on your end? If not, feel free to re-open.
Status: UNCONFIRMED → RESOLVED
Closed: 7 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
•