DOM inspector missing nodes
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
People
(Reporter: fbisson, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Steps to reproduce:
Use Firefox Nightly 67.0a1 (2019-01-30) (64 bits)
Open a local site (http://127.0.0.1:10033)
Right-click on an element and select « Inspects the element »
Actual results:
The DOM tree shows only
<article id="main" class="clearfix">
</article>
But the breadcrumb shows
article#main.clearfix > div#content.column > div.region.region-content > …
Expected results:
The tree should show all the elements the breadcrumb lists. Everything else seems to work accordingly to the actual tree.
Reporter | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Same issue here at work with Firefox nightly using Windows, Debian and OSX, our whole page content disappeared from the inspector which stopped on the third level
We first thought it was a deep DOM issue, but a simple webpage with deep nodes works flawlessly.
It seems the bug comes from a specific style but we still haven't figure out which one (maybe a mixed display ?)
Comment 3•6 years ago
|
||
Thanks for the report. This is tracked in an other bug already: bug 1524005.
A fix is ready there and will land in nightly soon. So this should be fixed in tomorrow's build.
Sorry for the inconvenience.
Description
•