Flashes of uncorrected color during CSS transitions
Categories
(Core :: Graphics: Color Management, defect)
Tracking
()
People
(Reporter: edwardsgreg, Assigned: jgilbert)
References
(Blocks 1 open bug)
Details
(Keywords: regressionwindow-wanted)
Attachments
(1 file)
1.96 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0
Steps to reproduce:
Please see the attached testcase. When you enable experimental color management via about:config, elements undergoing CSS transitions will temporarily pop into their uncorrected colors until the transition is complete.
Actual results:
Elements undergoing CSS transitions will temporarily pop into their uncorrected colors until the transition is complete. For instance, on a wide gamut monitor, colors of affected elements will have a saturation boost.
Expected results:
Colors should stay consistent.
I'm using Windows. I think there may be additional shims in place on Mac that could make the issue harder to replicate, but I don't currently have a Mac to test on.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Transitions and Animations' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
(In reply to Greg Edwards from comment #0)
Please see the attached testcase. When you enable experimental color management via about:config, elements undergoing CSS transitions will temporarily pop into their uncorrected colors until the transition is complete.
Just want to confirm that with this you mean gfx.color_management.mode=1
, right? Otherwise, mind sharing the specific tweaks that you used?
Reporter | ||
Comment 3•1 year ago
|
||
Yes, I set gfx.color_management.mode=1. Sorry, I mentioned this in the testcase but should've also included it in the description.
Comment 4•1 year ago
|
||
Adding to gfx-triage for now, as I'm not sure who can look at color management stuff.
Updated•1 year ago
|
Comment 5•1 year ago
|
||
Kelsey, can you see if you can reproduce and figure out why?
Assignee | ||
Comment 6•1 year ago
|
||
Confirmed that I see a much larger color difference than expected.
Also, maybe an issue with caching of the changed elements, since the delay of reverting colors seems inconsistent, so I suspect something in WR is misbehaving here.
Updated•1 year ago
|
Description
•