[Dark Theme] Hover feedback is missing in the autocomplete dropdown
Categories
(Firefox :: Theme, defect, P3)
Tracking
()
People
(Reporter: tbabos, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [passwords:fill-ui])
Attachments
(1 file, 1 obsolete file)
3.28 MB,
video/mp4
|
Details |
Affected versions
Nightly 72.0a1 (2019-11-11)
Beta 71.0b8
Release 70.0.1
Affected platforms
Windows 10
MacOS
Ubuntu 18.04
Steps to reproduce
- Launch Firefox
- Set up available Dark theme or download and use any dark theme
- Go to facebook.com
- Fill in one or two set of credentials and save them
- Reload the site
- Toggle the autocomplete dropdown for the username or password field
- Hover over the listed options
Expected result
While hovering over any of the listed options a hover effect should be displayed,
Actual Result
The hover highlight is not displayed when dark themes are applied
Note
This is also reproducible with High Contrast White theme
Comment 1•4 years ago
|
||
:tbabos, could you track down a regression range for this? I'm not sure if this is due to theme changes, or login autocomplete changes.
![]() |
||
Comment 3•4 years ago
|
||
Regression window:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=fa5724780fe76d6ccbbd08d978342a1db6a43d49&tochange=5b15326286d466b5cf4889160cc09b59bdde08fd
Regressed by:
8885e98d44d4a34619e5840b160f48d0b89a1337 Harry Twyford — Bug 1453722 - Improvements to Dark Theme search bar. r=dao
The changing of rule for :root[lwt-popup-brighttext] in browser.css seems to cause the problem.
Updated•4 years ago
|
Comment 4•4 years ago
|
||
So what's happening here is that the autocomplete popup is using var(--arrowpanel-dimmed)
for the hover state (https://searchfox.org/mozilla-central/rev/cac340f10816707e91c46db6d285f80259420f07/browser/themes/shared/autocomplete.inc.css#32-34), but isn't using var(--arrowpanel-background)
for the popup background. It should either use exclusively the var(--arrowpanel-*)
variables, or exclusively use system colors, the latter should be easier to do I think.
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Hey, would it be possible to attempt to take this one on as a first commit?
![]() |
||
Comment 6•4 years ago
|
||
Tim, can you offer guidance to Brandon?
Comment 7•4 years ago
|
||
Sorry, I don't have time to mentor this, maybe Dão has ?
Updated•4 years ago
|
Marking this fix-optional to remove it from weekly triage.
I already filed this https://bugzilla.mozilla.org/show_bug.cgi?id=1571065
Comment 11•3 years ago
|
||
By the way, this came up on SUMO today for the built-in Dark theme: https://support.mozilla.org/questions/1295686
The user wasn't able to resolve the problem with add-on themes (that might also be a known issue).
Updated•3 years ago
|
Updated•3 years ago
|
Comment 13•3 years ago
|
||
Comment 14•3 years ago
|
||
Pushed by ncsoregi@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/762d1972d011 fix dark theme popup hover color;r=MattN
Comment 15•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Updated•3 years ago
|
Comment 16•3 years ago
|
||
:aryx, would you mind backing this out (of both central and beta)? It caused a regression, and I'm working on something critical right now and won't have time to fix it in the near future.
Comment 18•3 years ago
|
||
Backed out as req by severin.
Backout link: https://hg.mozilla.org/integration/autoland/rev/61ed3192760a3aaef282c089c064fc8dd3890125
![]() |
||
Updated•3 years ago
|
![]() |
||
Comment 19•3 years ago
|
||
Backout merged: https://hg.mozilla.org/mozilla-central/rev/61ed3192760a
Comment 20•3 years ago
|
||
backout uplift |
Comment 21•3 years ago
|
||
I'm not going to have a chance to fix this one.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•1 year ago
|
Comment 23•1 year ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 3 duplicates.
:dao, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 24•11 months ago
|
||
I can't reproduce this anymore, pretty sure it got fixed elsewhere.
Description
•