Changes between Initial Version and Version 1 of Ticket #48618, comment 3
- Timestamp:
- 11/14/2019 09:02:14 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48618, comment 3
initial v1 1 1 @ProblemSolved thanks for your report and welcome to Trac! 2 2 3 This change is intentional and was implemented as part of #43169. Moving focus programmatically is often an assumption on a specific user flow that may or may not be the intended one. It's particularly unexpected for keyboard users and assistive technology users, as focus is moved without any prior warning and le eeeads to a complete loss of context. As such, moving focus should generally be avoided and only implemented in very specific cases.3 This change is intentional and was implemented as part of #43169. Moving focus programmatically is often an assumption on a specific user flow that may or may not be the intended one. It's particularly unexpected for keyboard users and assistive technology users, as focus is moved without any prior warning and leads to a complete loss of context. As such, moving focus should generally be avoided and only implemented in very specific cases. 4 4 Also, considering that the media modal left menu is now an ARIA tab interface, moving focus would be even more unexpected. See [46363].