Snackbar + Menu/Dialog Accessibility
Open
@mnajdova is already working on this.
Since May 23, 2022.
accessibility
scope: toast
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
We are hitting an screen reader accessibility issue...
Scenario
User is in a dialog or menu > Submit is clicked > Snackbar is presented but skipped by the screen reader and focus is returned to the dialog or menu trigger
More details
Seems like the returned focus to the dialog or menu is causing the role="alert" to be skipped
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.