Open Bug 1407399 Opened 7 years ago Updated 2 years ago

Style changes to items in a tree do not take effect immediately

Categories

(Core :: XUL, defect, P3)

defect

Tracking

()

Tracking Status
firefox57 --- wontfix
firefox58 --- wontfix
firefox59 --- ?

People

(Reporter: nhnt11, Unassigned)

References

Details

For example, if this is a rule:

:root[foo=true] ::-moz-tree-row {
  min-height: 32px;
}

The heights of the rows do not increase immediately after document.documentElement.setAttribute("foo", "true");

Sometimes, moving the mouse over the tree causes the styles to update, but often, changing a style on the parent tree element is required; for example:

tree.style.border = "1px";
tree.style.border = "";
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.