Kaiser loading indicator (spinning circle) renders with graphical artifacts
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox148 | --- | unaffected |
| firefox149 | --- | unaffected |
| firefox150 | --- | verified |
| firefox151 | --- | verified |
People
(Reporter: dholbert, Assigned: nical)
References
(Regression)
Details
(Keywords: regression)
Attachments
(5 files)
STR:
- Load attached testcase (which appears briefly while https://mydoctor.kaiserpermanente.org/ncal/home/ is loading)
EXPECTED RESULTS:
Spinning circle.
ACTUAL RESULTS:
Graphical artifacts.
This regressed in the past few days. Regression range:
https://hg-edge.mozilla.org/integration/autoland/pushloghtml?fromchange=35a31279ee5330be6dd6cafe47bfb60e85f04e6d&tochange=3d8bc17e5a132d0615371d688e5360feafd37dd9
The element is a linear-gradient (background-image: linear-gradient(to right, #90CEF1, #94DFFF 40%, white 100%);) with a transform animation applied (_ngcontent-rbh-c30_rotate which is just to { transform: rotate(360deg); }) So I'm guessing the regression might be from
https://hg-edge.mozilla.org/integration/autoland/rev/669d87301401775275e7f7250ab0dbe1132f15ff
Bug 1978773 - Enable precise linear gradients (GPU-only). r=gfx-reviewers,lsalzman
| Reporter | ||
Comment 1•6 months ago
|
||
| Reporter | ||
Comment 2•6 months ago
|
||
I'm using Nightly 150.0a1 (2026-02-26) (64-bit) on Ubuntu 25.10.
I've attached my about:support "graphics" section in case that's needed.
| Reporter | ||
Comment 3•6 months ago
|
||
I can reproduce in Nightly on macOS as well. (Haven't tested Windows yet, but I'm guessing it'll repro there too.)
| Reporter | ||
Comment 4•6 months ago
|
||
| Reporter | ||
Updated•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
Comment 5•5 months ago
|
||
Set release status flags based on info from the regressing bug 1978773
| Assignee | ||
Comment 6•5 months ago
|
||
Comment 8•5 months ago
|
||
| bugherder | ||
Updated•5 months ago
|
Updated•5 months ago
|
Comment 10•5 months ago
|
||
Reproducible on a 2026-02-26 Firefox Nightly build on Windows 10.
Verified as fixed on Firefox Nightly 151.0a1 and Firefox 150.0b1 on Windows 10, Ubuntu 22, macOS 15.
Description
•