Opened 3 months ago

Last modified 6 weeks ago

#36458 assigned Cleanup/optimization

Improve accessibility by moving focus to admin datetime shortcut button when clicked for screen reader users — at Initial Version

Reported by: Antoliny Owned by:
Component: contrib.admin Version: 5.1
Severity: Normal Keywords: accessibility, datetime shortcut
Cc: Antoliny, Eliana Rosselli, Thibaud Colas, Sarah Abderemane, Tom Carrick, Chaitanya Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

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.


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.

Change History (1)

by Antoliny, 3 months ago

Attachment: shortcut_example.png added
Note: See TracTickets for help on using tickets.
Back to Top