Closed
Bug 975009
Opened 11 years ago
Closed 8 years ago
Make tabbrowser.xml stop causing reflows during the customize mode transition
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1364661
People
(Reporter: mconley, Unassigned)
References
Details
(Whiteboard: [Australis:P-])
According to this profile:
http://people.mozilla.org/~bgirard/cleopatra/#report=8a51b9a8ecf10789eca95fd280cd11c1c0f08f46&search=fillTrailingGap
the transitionend handler in tabbrowser.xml is calling _handleNewTab, which calls _fillTrailingGap, which gets the scrollposition of the tabbrowser's scrollbox, which causes a layout flush, which is slow.
We should see if we can not do that.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•