[DateTimePicker] Time input box with Preset step : Page Up/Down and Home/End keys are not disabled
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | wontfix |
People
(Reporter: roxana.leitan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
208 bytes,
text/html
|
Details |
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Updated•8 years ago
|
Updated•3 years ago
|
Comment 3•2 years ago
|
||
It appears to me that the step size should regulate the Up/Down arrow keys, not the PgUp/PgDown and Home/End ones, because the latter ones are moving the selection to a different sets of targets. Home/End should definitely work as they bring the selection to the edges of the value set, but maybe PgUp/PgDown could, for instance, follow the set step size, if it is larger than 5 (as listed in the WAI ARIA spinbutton example: Increases/Decreases the value 5 steps - where 1 step would be set by an author).
Disabling these keyboard shortcuts would reduce the accessibility of the component and would make it more cumbersome for users with limited mobility and/or limited dexterity as well as other keyboard-only users like screen reader users or users of voice control technology to use the time spinbuttons.
:Emilio, maybe this bug could be closed then?
Comment 4•2 years ago
|
||
Yeah, there's various approaches we could take here but disabling them seems unnecessary.
Description
•