Selection color not visible on dark background on macOS
Categories
(Core :: Widget: Cocoa, defect, P2)
Tracking
()
People
(Reporter: ardacebi1, Assigned: ntim)
References
Details
(Keywords: regression)
Attachments
(5 files, 3 obsolete files)
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
| Assignee | ||
Comment 12•7 years ago
|
||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
| Assignee | ||
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
Updated•7 years ago
|
Comment 21•7 years ago
|
||
| Assignee | ||
Comment 22•7 years ago
|
||
Comment 23•7 years ago
|
||
| Assignee | ||
Comment 24•7 years ago
|
||
| Assignee | ||
Comment 26•7 years ago
|
||
Updated•7 years ago
|
Comment 27•7 years ago
|
||
| Assignee | ||
Comment 28•7 years ago
|
||
Comment 29•7 years ago
|
||
Comment 30•7 years ago
|
||
| Assignee | ||
Comment 31•7 years ago
|
||
Comment 32•7 years ago
|
||
Comment 33•7 years ago
|
||
Comment 34•7 years ago
|
||
| Assignee | ||
Comment 36•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 37•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 38•7 years ago
|
||
| Assignee | ||
Comment 39•7 years ago
|
||
| Assignee | ||
Comment 40•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 41•7 years ago
|
||
| Assignee | ||
Comment 42•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 43•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 44•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 45•7 years ago
|
||
| Assignee | ||
Comment 46•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 47•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
Comment 48•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 52•7 years ago
|
||
Comment 53•7 years ago
|
||
| Assignee | ||
Comment 54•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
Comment 56•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 57•7 years ago
|
||
Comment 58•7 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 59•7 years ago
|
||
Comment 60•7 years ago
|
||
Comment 61•7 years ago
|
||
| bugherder uplift | ||
Updated•7 years ago
|
Comment 62•7 years ago
|
||
Updated•7 years ago
|
Comment 64•6 years ago
|
||
This patch makes selection color oversaturated when gfx.color_management.mode = 1
Comment 65•6 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #61)
https://hg.mozilla.org/releases/mozilla-beta/rev/28756c341f02
It seems alpha channel then lost (I think here https://dxr.mozilla.org/mozilla-central/rev/7e40e33da3da2640e965a153254594a234231f76/widget/nsXPLookAndFeel.cpp#889-896) which gives result from previous comment.
| Assignee | ||
Comment 66•6 years ago
|
||
(In reply to perumeni from comment #65)
(In reply to Ryan VanderMeulen [:RyanVM] from comment #61)
https://hg.mozilla.org/releases/mozilla-beta/rev/28756c341f02
It seems alpha channel then lost (I think here https://dxr.mozilla.org/mozilla-central/rev/7e40e33da3da2640e965a153254594a234231f76/widget/nsXPLookAndFeel.cpp#889-896) which gives result from previous comment.
Thanks for figuring this out!
Markus, Is this something we should fix ? I'm not sure what gfx.color_management.mode = 1 does, but it does look broken with it flipped on.
Updated•6 years ago
|
Comment 67•6 years ago
|
||
Yes, perumeni identified exactly the right place. That code should be fixed to apply the original alpha to the color-corrected color.
| Assignee | ||
Comment 68•6 years ago
|
||
I filed bug 1547353
Description
•