Console input selected text doesn't have any background color
Categories
(DevTools :: Console, defect, P2)
Tracking
(Accessibility Severity:s2, firefox132 fixed)
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Keywords: no-plan-to-ship)
Attachments
(2 files)
In High Contrast Mode, write document.querySelector
in the input, then use Ctrl/Cmd + A to select the whole input text
-> the input looks as if nothing is selected (see screenshot)
Comment 1•5 months ago
|
||
Triaging S2 because no indication of selection is given
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Comment 2•5 months ago
|
||
The severity field for this bug is set to S3. However, the accessibility severity is higher, .
:nchevobbe, could you consider increasing the severity?
For more information, please visit BugBot documentation.
Assignee | ||
Comment 3•5 months ago
|
||
We usually don't align a11y severity and severity in DevTools, but we'll set a P2 for all a11y s2 as we plan to work on this in the next months
Assignee | ||
Updated•5 months ago
|
Comment 4•5 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 5•4 months ago
|
||
This makes selection visible in all the CodeMirror callsites, no matter if
they're using cm5 or cm6.
For cm5, we had to enable the mark-selection addon which wraps elements in a
class that can be targetted in CSS.
Highlighting of search results will be handled in another bug.
Updated•4 months ago
|
Comment 7•4 months ago
|
||
bugherder |
Updated•4 months ago
|
Description
•