Changes between Initial Version and Version 1 of Ticket #36458
- Timestamp:
- Jun 12, 2025, 2:57:09 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36458
- Property Summary Improve accessibility by moving focus to admin datetime shortcut button when clicked for screen reader users → Improve 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 datetimeshortcut feature with a screen reader.1 It is currently difficult to use the admin shortcut feature with a screen reader. 2 2 3 3 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. … … 7 7 The way to solve this issue is to set focus to a specific element in the dialog when the button is clicked. 8 8 However, some discussion may be needed to decide exactly which element should receive focus. 9