Closed
Bug 1363756
Opened 8 years ago
Closed 7 years ago
Remove work-around for delayed, 'jumping' panel resizing issue
Categories
(Firefox :: Toolbars and Customization, enhancement, P4)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
DUPLICATE
of bug 1428839
People
(Reporter: mikedeboer, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [reserve-photon-structure])
In bug 1354141, we saw that the panel height is not adjusted quickly enough when the panel contents changes. Therefore we added a work-around that sets the height we expect it to have and remove these static properties 500ms later.
Practice showed that relying on 'MozAfterPaint' for this was not reliable enough to get rid of the jank.
Flags: qe-verify-
Updated•8 years ago
|
Whiteboard: [photon-structure] → [reserve-photon-structure]
Comment 2•7 years ago
|
||
(In reply to :Paolo Amadini from comment #1)
> This will be fixed by bug 1009116.
This bug was actually unrelated, but finding out what happens here might help in removing the second synchronous layout in the non-Photon code path from bug 1363756.
Comment 3•7 years ago
|
||
...from bug 1009116.
Updated•7 years ago
|
Priority: P3 → P4
Comment 4•7 years ago
|
||
bug 1428839 is removing this code.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•