-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Shift tab should go to the last element of the dialog
What is the current behavior?
Shift tab goes to
and does not reforcus, then continuing to shift tab would go the elements in the background of the dialog.What are the steps to reproduce?
https://plnkr.co/edit/fGnZezVKDAcjOapZ5IyV?p=info
What is the use-case or motivation for changing an existing behavior?
A11Y
Which versions of Angular, Material, OS, browsers are affected?
Angular 2.4.5
Material 2.0.0-beta.2
Windows 10
Microsoft Edge 38.14393.0.0
Microsoft EdgeHTML 14.14393
Is there anything else we should know?
It is expecting a md-dialog-actions to find where the last item is but we want the actions to be beside the title. Current workaround right now is to specify the absolute position of the md-dialog-actions which is not ideal.
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent