#36458: Improve accessibility by moving focus to admin datetime shortcut button
when clicked for screen reader users
-------------------------------------+-------------------------------------
Reporter: Antoliny | Type:
| Cleanup/optimization
Status: new | Component:
| contrib.admin
Version: 5.1 | Severity: Normal
Keywords: accessibility, | Triage Stage:
datetime shortcut | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
It is currently difficult to use the datetime shortcut feature with a
screen reader.
As stated in the title, even when the button is clicked, focus does not
move directly to the target element, causing inconvenience as users have
to go through all other elements before reaching it.
[[Image(shortcut_example.png)]]
The way to solve this issue is to set focus to a specific element in the
dialog when the button is clicked.
However, some discussion may be needed to decide exactly which element
should receive focus.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36458>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.