Closed
Bug 1688001
Opened 4 years ago
Closed 2 years ago
Implement accessible alternative to open links in the console message.
Categories
(DevTools :: Console, task, P3)
DevTools
Console
Tracking
(Accessibility Severity:s2, firefox112 fixed)
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: yzen, Assigned: nchevobbe)
References
Details
(Keywords: access, Whiteboard: [a11y-automation] )
Attachments
(1 file)
Right now there's no way to activate a link when in the message using the ctrl + click interaction. There is no easy way to trigger the context menu either (where this option is available).
This was identified in bug 1687736 where click interaction is performed on an element that is not accessible. You can run the test with accessibility checks when using --enable-a11y-checks
.
Updated•4 years ago
|
Whiteboard: [a11y-automation] → [a11y-automation] [access-s2]
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 1•3 years ago
|
||
The severity field for this bug is set to S3. However, the accessibility severity is higher, [access-s2].
:nchevobbe, could you consider increasing the severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(nchevobbe)
Updated•3 years ago
|
Type: defect → task
Assignee | ||
Updated•2 years ago
|
Severity: S3 → S2
Flags: needinfo?(nchevobbe)
Assignee | ||
Comment 2•2 years ago
|
||
Use a proper link element so it can be focused and clicked.
Updated•2 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9fe41f43674a
Allow to open url from network message from keyboard. r=bomsy.
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Updated•1 years ago
|
Accessibility Severity: --- → s2
Whiteboard: [a11y-automation] [access-s2] → [a11y-automation]
You need to log in
before you can comment on or make changes to this bug.
Description
•