Closed
Bug 1901633
Opened 5 months ago
Closed 5 months ago
Cannot focus/change selection with keyboard in radio group where first button is disabled
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Core
DOM: UI Events & Focus Handling
Tracking
()
People
(Reporter: morgan, Assigned: Jamie)
References
Details
(Keywords: access)
Attachments
(1 file)
STR:
- Load https://jsfiddle.net/hmjones/17d5j4br/22/
- Attempt to tab to the radio group
- Attempt to change selection with arrow keys
Expected:
Selection changes, the same way it does when a user clicks with a mouse
Actual:
The buttons cannot be focused or interacted with
Reporter | ||
Comment 1•5 months ago
|
||
cc: Jamie, this is the bug we talked about in our last 1:1
Flags: needinfo?(jteh)
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Comment 2•5 months ago
|
||
Distilled test case:
data:text/html,<button>before</button><label><input type="radio" name="r" checked disabled>1</label><label><input type="radio" name="r">2
Assignee | ||
Comment 3•5 months ago
|
||
Updated•5 months ago
|
Severity: -- → S3
Priority: -- → P2
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/30eaedcc0fff
Focus the first possible radio button in a group if the selected radio button is disabled or hidden. r=smaug
Status: NEW → RESOLVED
Closed: 5 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Updated•4 months ago
|
Flags: qe-verify+
Comment 6•4 months ago
|
||
Reproducible on a 2024-06-10 Nightly build on Windows 10.
Verified as fixed on Firefox 129.0b2 and Firefox Nightly 130.0a1 on Windows 10, macOS 14, Ubuntu 22.
You need to log in
before you can comment on or make changes to this bug.
Description
•