Closed
Bug 763553
Opened 13 years ago
Closed 13 years ago
Showing/hiding tab switcher animation causes relayout
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: kats, Assigned: sriram)
References
Details
Opening/closing the new tab switcher seems to resize the content view multiple times during the animation. This causes the content to be re-laid out multiple times, which is inefficient and causes visual artifacts. It would be better to either not resize the LayerView at all, or only do it once (either at the beginning of the animation or at the end).
Assignee | ||
Comment 1•13 years ago
|
||
The new resolution for this:
* In phones, the content just slides and doesn't shrink. Hence there is no resize.
* In tablets, the url-bar shrinks, the content portion slides and then shrinks once. Hence only one resize.
I'm almost done on this, there is just visual glitch to be fixed (at the time of writing this).
Bug 763049 is a part of the problem.
Depends on: 763049
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sriram
Reporter | ||
Comment 2•13 years ago
|
||
I think this has been fixed. At least I don't see these problems any more.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•