-
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
Bug(focus-trap): MS Edge: Shift-Tab goes out of the trap #3372
Comments
This issue only seems to appear inside of I tracked it down to the |
* Browsers like MS Edge throw errors if the frameElement property is being accessed from a different host address. This means that the `frameElement` property should be accessed carefully. Fixes angular#3372
* Browsers like MS Edge throw errors if the frameElement property is being accessed from a different host address. This means that the `frameElement` property should be accessed carefully. Fixes #3372
* Browsers like MS Edge throw errors if the frameElement property is being accessed from a different host address. This means that the `frameElement` property should be accessed carefully. Fixes #3372
…9340) * Browsers like MS Edge throw errors if the frameElement property is being accessed from a different host address. This means that the `frameElement` property should be accessed carefully. Fixes angular#3372
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:
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.
The text was updated successfully, but these errors were encountered: