Open
Bug 1912528
Opened 3 months ago
Updated 3 months ago
[Linux] Pressing Enter on select-input should open the dropdown
Categories
(Core :: DOM: Forms, defect)
Tracking
()
NEW
Accessibility Severity | s3 |
People
(Reporter: ayeddi, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
(Keywords: access, parity-chrome, parity-safari)
On Ubuntu:
Steps to reproduce:
- Selecting an option of an HTML-Dropdown (via mouse or keyboard), i.e.
data:text/html,<form><select><option>First option</option><option>Second one</option></select><button type=submit>Submit</button></form>
. - Confirm, after selecting an option, the selectbox is still focused.
- Press
Enter
.
Actual results:
Expected results:
- The dropdown for the
<select>
opens.
After an internal discussion with :Jamie and :Gijs for the bug 1715027, the Accessibility team's recommendation would be to follow the OS convention (which would achieve the parity with Chrome, in this case):
- Windows and Linux - pressing
Enter
key opens the dropdown - macOS - pressing
Return
key to submit the selection
Reporter | ||
Updated•3 months ago
|
Accessibility Severity: --- → s3
Updated•3 months ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•