Open Bug 1309014 Opened 8 years ago Updated 2 years ago

Update whitespace text nodes visibility in the inspector on reflow

Categories

(DevTools :: Inspector, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: pbro, Unassigned)

References

Details

Attachments

(1 file)

STR:

- have the patch in bug 1304685 applied locally, or wait for it to land
- open the test case HTML file
- open the inspector
- open the <span> element and check the list of children displayed in the inspector
==> you should see whitespace text nodes displayed in there
- now, still with the <span> selected, add the following CSS property: white-space:pre;

Expected: because this property updates the way text is laid out and how whitespace-only text nodes collapse, a reflow occurs and the content of the span is laid out again. As a result, more whitespace text nodes actually influence the layout, so the list of nodes shown in the inspector should update to reflect this.

Actual: The list of text nodes in the inspector doesn't change.

More info about whitespace processing here: https://www.w3.org/TR/css-text-3/#white-space-processing

Potential solution: listen to reflow events (we have a ReflowActor that is used already in a couple of places in devtools). This doesn't mean we should refresh the whole markup-view every time a reflow occurs either, we need a way to know when reflows actually change what is shown in the markup-view.

Right now, the only for this view to update is when markup mutations occur. In the present case, there are no mutations, it's just a layout change that impacts what is shown in the view.
Inspector bug triage (filter on CLIMBING SHOES).
Priority: -- → P3
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: