Space bar scrolls down when used in the month/year spin selection buttons
Categories
(Firefox :: Keyboard Navigation, defect)
Tracking
()
People
(Reporter: epopescu, Assigned: ayeddi)
References
(Blocks 2 open bugs)
Details
(Keywords: access)
Attachments
(2 files)
Found in
- Firefox Nightly 109.0a1
Affected versions
- Firefox Nightly 109.0a1
Tested platforms
- Affected platforms: Windows 10, Ubuntu 18, macOS 11
- Unaffected platforms: none
Preconditions
- Firefox Nightly installed
Steps to reproduce
- Open the datepicker
- Click on month/year button
- Focus by hitting TAB the month or year spin toggle button
- Hit Space bar
Expected result
- Space bar should have identical behavior as the Enter key it should close the month-year selection panel, returning the focus to the month-year toggle button. Closing the entire panel would also suffice, because technically the panel with spinners replaces the calendar panel.
Actual result
- Space bar scrolls down when used in the month/year spin selection buttons
Regression range
- Not a regression because these improvements were recently implemented through Bug 1676068.
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
:epopescu, if you think that's a regression, could you try to find a regression range using for example mozregression?
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Space bar should have identical behavior as the Enter key it should close the month-year selection panel, returning the focus to the month-year toggle button. Closing the entire panel would also suffice, because technically the panel with spinners replaces the calendar panel.
Reporter | ||
Comment 3•3 years ago
|
||
Reporter | ||
Comment 4•3 years ago
|
||
Following the STR from Comment 0, but using Enter key instead of Space doesn't have the expected behavior: "Enter/Space selects the current value of the spinbutton (value that is centered)".
Currently Space/Enter keys close the Month/Year selection panel when the Month/Year toggle button is focused( screen recording attached), but the value from Month/Year selection Spinbuttons can not be selected by simply hitting Space/Enter keys.
Assignee | ||
Updated•3 years ago
|
Comment 6•3 years ago
|
||
bugherder |
Comment 7•3 years ago
|
||
The patch landed in nightly and beta is affected.
:ayeddi, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox109
towontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•3 years ago
|
Reporter | ||
Comment 8•3 years ago
|
||
Verified as fixed on Nightly 110.0a1 (2022-12-20) on Windows 10, maOS 11 and Ubuntu 22.04.
Enter/Space keys select the current value of the spinbuttons (value that is centered) and close the Month/Year selection panel.
If the input field is empty, the 1st of the month is focused in the calendar.
Description
•