New issue
Advanced search Search tips

Issue 872906 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

developer tools seems to miss-indented for multi-line elements with children

Project Member Reported by manukh@chromium.org, Aug 9

Issue description

Chrome Version: 68.0.3440.106 (Official Build) (64-bit)
OS: linux debian

What steps will reproduce the problem?
(1) open the attached html in chrome browser
(2) open the dev console
(3) navigate to the elements tab in the dev console
(4) shrink the dev console width until the first div spans multiple lines

What is the expected result?

sibling elements should be indented he same

What happens instead?

elements that both 1) have a child element, and 2) are displayed over multiple lines are displayed less indented than elements that only have a child element but span 1 line, span multiple lines but don't have a child element, or span 1 line and don't have child elements.
Just a guess, maybe elements that have child elements are indented less to compensate for the folding triangle to the left, but their subsequent lines are also indented less even though they don't have folding triangles.
Not sure if this is intentional, sorry if this is not a bug.


Please use labels and text to provide additional information.

 
minimumExample.html
561 bytes View Download
screenshot.png
96.4 KB View Download
Description: Show this description
Description: Show this description

Sign in to add a comment