Bug in effect Zoom In / Out
Categories
(Core :: Web Painting, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: ralineri, Assigned: mikokm)
References
Details
(Whiteboard: [qa-66b-p2])
Attachments
(3 files, 2 obsolete files)
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Cannot reproduce this on macOS. Did the page change, or is the bug fixed?
Assignee | ||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
The page changed and they worked-around the bug by de-accelerating the animation on Firefox (see the zoomFirefox stuff).
I ended up with this test-case that shows the issue on non-webrender.
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Further reduced testcase. Flipping layout.display-list.retain;false fixes the problem.
Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
It appears that on this page, the size of the animated element is fluctuating between being above vs. below the pre-render threshold.
That is, when the animation is close to the 1.0 scale, the element is below the threshold (since the thresold is a little bit larger than the browser window size). When the animation is close to the 1.5 scale, the element is above the threshold.
The bug seems to occur when we are above the threshold and choose not to pre-render, suggesting that the issue is in the main-thread codepath, not the compositor codepath.
Assignee | ||
Comment 7•6 years ago
|
||
Comment 9•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Description
•