Closed
Bug 1270262
Opened 10 years ago
Closed 2 years ago
Fading tiles are faded from black instead of the bg color
Categories
(Core :: Graphics: Layers, defect, P3)
Tracking
()
RESOLVED
INVALID
People
(Reporter: snorp, Unassigned)
Details
(Whiteboard: [gfx-noted])
On desktop, if you enable progressive painting and fading tiles (layers.tiles.fade-in.enabled), the tiles are faded from black instead of the page bg color. Fennec has stuff in its Java compositor to pull the bg color and clear to that first, but it seems to occassionally happen there too.
I guess we would need the same clear-to-bgcolor logic in the Compositor instead of only having it on Fennec. I think we most likely also need to disable the fading tiles if the page has a background image, but I'll file that separately. I guess that could still work if the background is layerized separately.
Updated•10 years ago
|
Whiteboard: [gfx-noted]
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•