Low contrast in the text on the URL bar with the Alpenglow theme
Categories
(Firefox :: Theme, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox92 | --- | unaffected |
firefox93 | --- | unaffected |
firefox94 | --- | fixed |
People
(Reporter: alex_mayorga, Assigned: emilio)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(3 files)
¡Hola y'all!
Happy 🌮 Thursday!
Seems like when selecting text in the Awesome bar now the contrast is not great.
¡Gracias!
Alex
Reporter | ||
Comment 1•3 years ago
|
||
Reporter | ||
Comment 2•3 years ago
|
||
came across this bug today when testing nightly 94 on windows 10
It shows the same when i enable the search bar in toolbar.
Nightly is affected.
Beta93 and Release 92.0.1 are not
thanks for opening it.
Assignee | ||
Comment 4•3 years ago
|
||
For my own reference this is what I came up with to unblend the semi-transparent highlight color:
function unblendChannel(bg, fg, targetAlpha) {
return (fg * 255 - bg * (255 - targetAlpha)) / targetAlpha
}
Assignee | ||
Comment 5•3 years ago
|
||
This does the same as Android and macOS (using a semi-transparent
highlight background, and currentColor for the foreground).
This is really sort of a theming issue (where the theme
mixes system colors with theme colors).
But leaving the existing selection color is prettier
even in the dark theme, so let's do that.
Comment 7•3 years ago
|
||
bugherder |
Comment 8•3 years ago
|
||
Last good revision: edb7b0ca847baac1ebc8c79f056c4ee08d0a480f
First bad revision: e6687d345d537ca669921fa18cc72e399b6a83b2
Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=edb7b0ca847baac1ebc8c79f056c4ee08d0a480f&tochange=e6687d345d537ca669921fa18cc72e399b6a83b2
Could someone mark this as Regressed by bug 1731678
Updated•3 years ago
|
Updated•3 years ago
|
Comment 9•3 years ago
|
||
Set release status flags based on info from the regressing bug 1731678
Updated•3 years ago
|
Description
•