Open
Bug 1982258
Opened 4 days ago
Updated 2 days ago
Radio group with one enabled input is checkable via arrow key
Categories
(Core :: DOM: Forms, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: ibrahim.bendebka, Unassigned)
Details
Attachments
(1 file)
958 bytes,
text/html
|
Details |
Steps to reproduce:
- Open
radio-single-arrows.html
- Tab to “label 2” or “label A” so it has focus.
- Verify its initial state:
- It should not be checked.
- It should be the only enabled radio in its group.
- Press the Arrow-Right (→), Arrow-Down (↓), Arrow-Left (←), or Arrow-Up (↑) key once.
Actual results:
The radio input becomes checked.
Expected results:
The radio input remains not checked.
Updated•2 days ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•