Open Bug 1153818 Opened 9 years ago Updated 2 years ago

Handle logical CSS properties in the source css rule tooltips in the layout-view

Categories

(DevTools :: Inspector, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: pbro, Unassigned)

References

(Depends on 1 open bug)

Details

(Whiteboard: [btpp-backlog])

Bug 1151956 adds tooltips to the layout-view, over values, that contain references to the source css rules that define those values.

The mechanism it uses doesn't work with css logical properties.

- Inspect any block-level element,
- add the following CSS: padding-block-start: 10px;
- switch to the layout-view,
- hover over the 10px margin-top value,

The css rule won't be displayed in the tooltip because getPropertyValue("padding-top") returns the empty string.

We might need to wait for bug 1132868 to be resolved for this.
Depends on: 1132868, 1151956
Inspector bug triage. Filter on CLIMBING SHOES
Priority: -- → P3
Whiteboard: [btpp-backlog]
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.