Changes between Initial Version and Version 1 of Ticket #36458


Ignore:
Timestamp:
Jun 12, 2025, 2:57:09 AM (3 months ago)
Author:
Antoliny
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36458

    • Property 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
  • Ticket #36458 – Description

    initial v1  
    1 It is currently difficult to use the datetime shortcut feature with a screen reader.
     1It is currently difficult to use the admin shortcut feature with a screen reader.
    22
    33As 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.
     
    77The way to solve this issue is to set focus to a specific element in the dialog when the button is clicked.
    88However, some discussion may be needed to decide exactly which element should receive focus.
     9
Back to Top