-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[Accessibility] MatDialog is trapping tab key but not headings navigation shortcuts #7787
Comments
@crisbeto escalating this since it came up from a team in Google. AFAIK the only way to do this would be to add We might also want to deal with stacked dialogs, but that's not as much as a priority. |
Hides all non-overlay content from assistive technology by applying `aria-hidden` to it. This prevents users from being able to move focus out of the dialog using the screen reader navigational shortcuts. Fixes angular#7787.
Hides all non-overlay content from assistive technology by applying `aria-hidden` to it. This prevents users from being able to move focus out of the dialog using the screen reader navigational shortcuts. Fixes angular#7787.
Hides all non-overlay content from assistive technology by applying `aria-hidden` to it. This prevents users from being able to move focus out of the dialog using the screen reader navigational shortcuts. Fixes angular#7787.
Hides all non-overlay content from assistive technology by applying `aria-hidden` to it. This prevents users from being able to move focus out of the dialog using the screen reader navigational shortcuts. Fixes angular#7787.
…ngular#9016) Hides all non-overlay content from assistive technology by applying `aria-hidden` to it. This prevents users from being able to move focus out of the dialog using the screen reader navigational shortcuts. Fixes angular#7787.
…ngular#9016) Hides all non-overlay content from assistive technology by applying `aria-hidden` to it. This prevents users from being able to move focus out of the dialog using the screen reader navigational shortcuts. Fixes angular#7787.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
MatDialog is trapping tab key but not headings navigation shortcuts, this is actually working well on AngularJS Material [1] [2]
[1] https://material.angularjs.org/latest/demo/dialog
[2] https://github.com/angular/material/blob/master/src/components/dialog/dialog.js#L1134
What is the expected behavior?
Screen reader should trap tab key as well as headings navigation shortcuts when modal dialog is opened.
What is the current behavior?
Screen reader is not trapping headings navigation shortcuts when modal dialog is opened.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/material": "2.0.0-beta.12"
The text was updated successfully, but these errors were encountered: