reddit recap animation looks bad
Categories
(Core :: Graphics, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
Attachments
(3 files)
Goto https://old.reddit.com/RedditRecap2022 as a logged in user and scroll down.
I think this is probably a dupe of one of the open ChooseScale bugs.
Comment 1•3 years ago
|
||
(In reply to Timothy Nikkel (:tnikkel) from comment #0)
I think this is probably a dupe of one of the open ChooseScale bugs.
:tnikkel, is there a list of the bugs?
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
The transform on the stacking context helper has the current scale, not the largest scale of the animation. The scale on the stack context helper holds this value thanks to the logic in ChooseScale.
Before webrender we would just look at the current matrix on the gfx context so it would have final size to draw at for the animation.
I have a fix that also fixes the blob recordings/image region case but it is a little more invasive so I want to land this first. The 3rd reftest will ensure that we can't turn on blob recording without fixing that case.
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 3•3 years ago
|
||
Comment 5•2 years ago
|
||
Backed out for causing reftest failures on 1553571-1.html.
| Assignee | ||
Comment 6•2 years ago
|
||
1553571-1.html uses a 1px x 1px div with a 256px x 256px image and uses a scale to scale it up to 140px, and then keeps tweaking the scale by a random factor of 0.01 to keep it as an active layer tracker actively scaled element.
This code
scales us up to the next power of 2 because for javascript controlled scale animations we don't know what scale to choose so we just round up to the the factor of 2. The patch in this bug means we actually decode at 256 x 256 (like the choosen scale is asking for) instead of ignoring that scale and decoding at 140 x 140.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Comment 8•2 years ago
|
||
| bugherder | ||
Updated•2 years ago
|
Updated•2 years ago
|
Description
•