Markup view "scroll" highlighting doesn't work in High Contrast Mode
Categories
(DevTools :: Inspector, defect, P2)
Tracking
(Accessibility Severity:s2, firefox135 fixed)
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Keywords: no-plan-to-ship)
Attachments
(2 files)
When activating the "scroll" badge, the background color of the overflowing elements is set to purple.
In HCM, this is not visible.
Note that we probably shouldn't rely only on color to indicate the state change
Assignee | ||
Updated•4 months ago
|
Updated•4 months ago
|
Assignee | ||
Updated•4 months ago
|
Comment 1•4 months ago
|
||
The severity field for this bug is set to S3. However, the accessibility severity is higher, .
:jdescottes, could you consider increasing the severity?
For more information, please visit BugBot documentation.
Comment 2•4 months ago
|
||
For those bugs it's fine to have a different severity than the accessibility severity
Updated•4 months ago
|
Comment 3•4 months ago
|
||
Adding a keyword no-plan-to-ship
as an ad-hoc flag here. This keyword was meant to exclude specific bugs from the general access-S2
tracking when there are no plans to ship the affected feature. However, we do plan to address and ship this and other HCM-related devtools bugs, which are part of a larger project. This Dev Tools High Contrast Mode support project, tracked by the meta bug 1590215, is ongoing and is tracked by the Dev Tools team separately.
Assignee | ||
Comment 4•2 months ago
|
||
When the scroll badge is clicked, we expand the tree to show all the element the overflow,
and set a background color on the nodes to identify them.
In High Contrast Mode, the background color can't be set, and so we fail to identify the
overflowing nodes.
This patch adds a small circle in the overflow badge, of the same color than the active
scroll badge so people can see the relation between the scroll badge and the overflow one.
Updated•2 months ago
|
Comment 6•2 months ago
|
||
bugherder |
Updated•7 days ago
|
Description
•