Closed Bug 1601225 Opened 4 years ago Closed 4 years ago

The box-model diagram in the OBT does not update itself when margin/padding/border is changed in the content page

Categories

(DevTools :: Inspector: Layout, defect, P3)

defect

Tracking

(Fission Milestone:M6)

RESOLVED DUPLICATE of bug 1580463
Fission Milestone M6

People

(Reporter: pbro, Unassigned)

References

(Blocks 2 open bugs)

Details

Steps:

  • open any website in a tab in Firefox
  • open the OBT
  • In the OBT's inspector panel, make sure both the rule-view and the layout tab are visible
  • Pick an element from the content page
  • In the rule-view, change the margin, padding or border on this element

Expected: the box-model should update itself when that happens to reflect the new values

Actual: it does not!

This does, however, work when the selected node belongs to the main browser UI.

After a quick investigation, this most probably comes from bug 1580463: the box-model updates itself on reflows and, for now, the ReflowTracker only listens to reflow events on the top-level target.

Depends on: 1580463
Priority: -- → P3

Tracking Fission DevTools bugs for Fission Nightly (M6)

Fission Milestone: --- → M6

Actually confirmed that bug 1580463 fixes this. So no need to depend on it, can just close it as a duplicate instead.

Status: NEW → RESOLVED
Closed: 4 years ago
No longer depends on: 1580463
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.