Skip to content
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

Closed
1 task done
phil9690 opened this issue Mar 16, 2023 · 2 comments · Fixed by #6033
Closed
1 task done

Add ability to focus on Message component #5924

phil9690 opened this issue Mar 16, 2023 · 2 comments · Fixed by #6033

Comments

@phil9690
Copy link
Contributor

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

  • I confirm there is no confidential or commercially sensitive information included.
@phil9690 phil9690 added Enhancement triage Triage Required labels Mar 16, 2023
@edleeks87
Copy link
Contributor

FE-5725

@edleeks87 edleeks87 added On Backlog and removed triage Triage Required labels Mar 21, 2023
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
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)
@carbonci
Copy link
Collaborator

🎉 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
Development

Successfully merging a pull request may close this issue.

3 participants