CSS animation causes drop-shadow to flashes
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox76 | --- | wontfix |
firefox77 | --- | wontfix |
firefox78 | --- | fixed |
People
(Reporter: nayinain, Assigned: cbrewster)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
- Open the
textcase.html
Actual results:
The heart halo is flashing.
Expected results:
The heart halo should not flash.
Regression window:
2020-05-27T14:17:03.511000: INFO : application_version: 76.0a1
2020-05-27T14:17:03.511000: INFO : platform_buildid: 20200326002916
2020-05-27T14:17:03.511000: INFO : platform_changeset: 3feaf53352b86d01b4d5b2dfb667d17e4fc4d8e8
2020-05-27T14:17:03.511000: INFO : platform_repository: https://hg.mozilla.org/integration/autoland
2020-05-27T14:17:03.511000: INFO : platform_version: 76.0a1
2020-05-27T14:17:14.173000: INFO : Narrowed integration regression window from [8d8c518d, bb1f05bf] (3 builds) to [8d8c518d, 3feaf533] (2 builds) (~1 steps left)
2020-05-27T14:17:14.181000: DEBUG : Starting merge handling...
2020-05-27T14:17:14.182000: DEBUG : Using url: https://hg.mozilla.org/integration/autoland/json-pushes?changeset=3feaf53352b86d01b4d5b2dfb667d17e4fc4d8e8&full=1
2020-05-27T14:17:15.590000: DEBUG : Found commit message:
Bug 1618000: Part 2: Clamp blur radius based on scale factors r=gfx-reviewers,nicalDifferential Revision: https://phabricator.services.mozilla.com/D65805
2020-05-27T14:17:15.591000: DEBUG : Did not find a branch, checking all integration branches
2020-05-27T14:17:15.591000: INFO : The bisection is done.
2020-05-27T14:17:15.591000: INFO : Stopped
Comment 2•5 years ago
|
||
Set release status flags based on info from the regressing bug 1618000
Updated•5 years ago
|
Comment 3•5 years ago
•
|
||
Connor, can you take a look? Looks like there was some rounding added in the patch that is causing the jitter behavior?
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Yup, looks like this is due to rounding error introduced by clamp_blur_radius
:
https://searchfox.org/mozilla-central/rev/bc3600def806859c31b2c7ac06e3d69271052a89/gfx/wr/webrender/src/picture.rs#411-422
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Description
•