-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A11y: Focus title when opening a dialog #34
Comments
johannesheucher-gip
added a commit
to Xyna-Factory/xyna-xacm
that referenced
this issue
Apr 6, 2023
dialog title will be focused instead (Xyna-Factory/xyna-zeta#34) (fix #8)
johannesheucher-gip
added a commit
to Xyna-Factory/xyna-factory-manager
that referenced
this issue
Apr 6, 2023
dialog title will be focused instead (See Xyna-Factory/xyna-zeta#34) (fix #15)
johannesheucher-gip
added a commit
to Xyna-Factory/xyna-process-modeller
that referenced
this issue
Apr 6, 2023
dialog title will be focused instead (See Xyna-Factory/xyna-zeta#34) (fix #23)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a dialog opens, the focus should go on the title and not on the first interactive element (which could be the close-button in the footer). This is important for users dependent on screen readers.
To not lose the comfort of directly submit-and-close a dialog, the default button shall trigger on enter key (if no other interactive element is under focus).
The text was updated successfully, but these errors were encountered: