Opened 3 months ago

Last modified 6 weeks ago

#36458 assigned Cleanup/optimization

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

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 (last modified by Antoliny)

It is currently difficult to use the admin 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 (2)

by Antoliny, 3 months ago

Attachment: shortcut_example.png added

comment:1 by Antoliny, 3 months ago

Description: modified (diff)
Summary: Improve accessibility by moving focus to admin datetime shortcut button when clicked for screen reader usersImprove accessibility by moving focus to admin shortcut button when clicked for screen reader users
Note: See TracTickets for help on using tickets.
Back to Top