Fix flushing in XULTreeElement::GetTreeBodyFrame.
Categories
(Core :: XUL, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files)
Assignee | ||
Comment 1•5 years ago
|
||
The code was knowingly broken (because of bug 585123). But that bug is closed,
and the broken code is causing asserts to fire in bug 1624488 because well, it's
broken ;)
Comment 3•5 years ago
|
||
Backed out changeset 6e104285508a (Bug 1626198) for causing perma bc mochitest failures in browser/components/places/tests/browser/browser_sidebarpanels_click.js CLOSED TREE
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=295574076&repo=autoland&lineNumber=4010
Assignee | ||
Comment 5•5 years ago
|
||
I can reproduce the same test failure if I add a flush after setting the
direction value in changeSidebarDirection.
This is arguably a XUL tree bug in a way, but it's a tough one to fix. But the
test is testing something else, and is testing it poorly. Make it test RTL
sidebars properly.
Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/43b2b0b72cf8
https://hg.mozilla.org/mozilla-central/rev/db538dca6ea1
Description
•