Show calendar when tabbing into input type="date" via keyboard
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement)
Tracking
()
People
(Reporter: sime.vidas, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0
Steps to reproduce:
- Open https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
- In the demo at the top of the page, focus the date input via the keyboard. To do this, click on the empty space above the “Start date:” label in the Output pane on the right and press the Tab key.
Actual results:
The date input is focused but the calendar dialog is not shown.
Expected results:
The calendar dialog should be shown, just like it is shown when you click the date input with the mouse.
Keyboard users might want to check which day of the week a certain date is, and for that they need to look at the calendar. Currently, there seems to be no way to show the calendar via the keyboard.
Reporter | ||
Comment 1•5 years ago
|
||
I probably should have been more specific in the title. Please update the title to say “date input” instead of input.
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Resetting severity to default of --
.
Updated•3 years ago
|
Description
•