HCM Recently Closed focus color
Categories
(Firefox :: Firefox View, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox106 | --- | verified |
People
(Reporter: jberman, Assigned: tgiles)
References
(Blocks 1 open bug)
Details
(Keywords: access, Whiteboard: [fidefe-2022-mr1-firefox-view])
Attachments
(4 files)
for MacOS, when the HCM colors are set up in the Firefox itself, the implementation on recently closed focus is confusing because the outline is visited link color and the underlying element doesnt carry any link text. While on mac OS links do not need to carry a link text style on Windows OS they do. Would be best just to be consistent and apply changes to both.
Recommendation: Style all text inside each row with hyperlink text color (MozNativehyperlinktext), then the default behavior would be to have an outline with text color (WindowText)
Updated•2 years ago
|
Updated•2 years ago
|
Comment 1•2 years ago
|
||
@Anna - We are having trouble reproducing this. Is this still an issue?
Updated•2 years ago
|
Comment 2•2 years ago
|
||
The issue on Windows OS with HCM enawbled is that the Recently Closed tabs
are styled as static text (not links or buttons) and when focused, the outline includes both white (could work for link styling) and blue (likely hardcoded, not and HCM color).
Please refer to the screenshot attached with examples of existent button and link behaviors
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
Hi team,
as promised on the call, these are the styling issues on the Fx View on Windows OS with HCM enabled (Win 11 with Night Sky HCM theme in this case):
- Tab pickup summary: Default Fx outline (not
ButtonText
) - Tab pickup summary: Static
WindowText
color (notButtonText
+ButtonFace
for bg) - Tab pickup green links:
CurrentColor
green text (notMozNativeHyperlinktext
) - Tab pickup green links:
ButtonText
outline for links (notWindowText
) - Tab pickup purple links:
ButtonText
outline for a link (notWindowText
) - link text color is as expected here - Recently Closed summary: Default Fx outline (not
ButtonText
) - Recently Closed summary: Static
WindowText
color (notButtonText
+ButtonFace
for bg) - Recently Closed tabs buttons: Default Fx outline (not
ButtonText
) - Recently Closed tabs buttons: Static
WindowText
color (notButtonText
+ButtonFace
for bg)
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
bugherder |
Comment 7•2 years ago
|
||
We should get the double/blue focus outline issue on Windows resolved at the implementation level instead of using a media query to override it since that looks to have been a recent change. I've filed a bug 1791024 for that, and we can remove that portion of the media query once that's resolved (see bug 1791028).
Updated•2 years ago
|
Comment 8•2 years ago
|
||
Reproduced the issue on Firefox 106.0a1 (2022-08-22) on Windows 11 with Night Sky HCM theme.
The issue is fixed on Firefox 106.0b9 on the same system.
Description
•