Open
Bug 1769968
Opened 3 years ago
Updated 1 year ago
background:linear-gradient changes unexpectedly when div is moved
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox102 | --- | affected |
People
(Reporter: gregp, Assigned: nical)
References
(Blocks 2 open bugs, )
Details
Attachments
(1 file)
2.20 MB,
video/webm
|
Details |
Steps to reproduce:
- Navigate to https://codepen.io/studiochris/full/NZYzWq
- Move the fake window with fake title "Arrow Glaze"
Actual results:
Glitches
Expected results:
Rendering matches Chrome
This is not a recent regression, I can reproduce it as far back as 91.
Reporter | ||
Comment 1•3 years ago
|
||
I suspect bug 1702228, sadly anything before 91 crashes on my machine so I cannot confirm
Comment 2•3 years ago
|
||
I can reproduce on macOS as well. Nical, would you please investigate?
Severity: -- → S3
Flags: needinfo?(nical.bugzilla)
Priority: -- → P3
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → nical.bugzilla
Flags: needinfo?(nical.bugzilla)
Assignee | ||
Comment 3•3 years ago
|
||
I also got crahes with older builds so I couldn't confirm that way either, but I tried the test case with the gradient caching code disabled and it still reproduces. I am pretty sure it isn' related to bug 1702228 and has to do with how the gradient endpoint coordinates are affected by transforms during displaylist building.
Assignee | ||
Updated•1 year ago
|
Blocks: wr-correctness
Updated•1 year ago
|
Blocks: wr-gradients
You need to log in
before you can comment on or make changes to this bug.
Description
•