-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add ability to focus on Message component #5924
Labels
Comments
FE-5725 |
Closed
14 tasks
DipperTheDan
added a commit
that referenced
this issue
May 16, 2023
To improve the accessibility of this component, the Message component should be focused when first opened. fixes #5924
14 tasks
DipperTheDan
added a commit
that referenced
this issue
May 17, 2023
To improve the accessibility of this component, the Message component should be focused when first opened. fixes #5924
DipperTheDan
added a commit
that referenced
this issue
May 25, 2023
To improve the accessibility of this component, the Message component should be focused when first opened. fixes #5924
DipperTheDan
added a commit
that referenced
this issue
Jun 9, 2023
To improve the accessibility of this component, the Message component should be focused when first opened. fixes #5924
DipperTheDan
added a commit
that referenced
this issue
Jun 9, 2023
To improve the accessibility of this component, the Message component should be focusable. fixes #5924
DipperTheDan
added a commit
that referenced
this issue
Jun 13, 2023
To improve the accessibility of this component, the Message component should be focusable. fixes #5924
DipperTheDan
added a commit
that referenced
this issue
Jun 14, 2023
To improve the accessibility of this component, the Message component should be focusable. fixes #5924
carbonci
pushed a commit
that referenced
this issue
Jun 14, 2023
## [119.2.0](v119.1.1...v119.2.0) (2023-06-14) ### Features * **message:** add mechanism to focus component ([b4b7ff4](b4b7ff4)), closes [#5924](#5924)
🎉 This issue has been resolved in version 119.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Desired behaviour
We need the ability to be able to set a focus state on a Message component.
Context: To follow a11y guidelines in situations where an action is performed by the user and the action has finished, if a message component is then rendered to inform the user of the completed action, the message should be focused on. Anyone using a screen reader in this case would get confirmation that the action has finished.
Current behaviour
Message component is not focusable.
Suggested Solution
No response
CodeSandbox or Storybook URL
No response
Anything else we should know?
No response
Confidentiality
The text was updated successfully, but these errors were encountered: