You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
By opening a ui.bootstrap.modal which does not have an initially focused element and then pressing shift+tab the keyboard focus will not be trapped within the modal. For instance, if you press the button entitled 'Open me!' on the demo page and press shift+tab a few times the keyboard focus will be behind the dialog.
The text was updated successfully, but these errors were encountered:
What is happening here is that the modal does not have focus when it is opened.
The question is, should the modal have focus? On research, the answer appears to be yes. PRs are welcome for moving the focus to the modal window element on instantiation - a simple unit test checking for focus is necessary. This also should not interfere with the autofocus attribute.
By opening a ui.bootstrap.modal which does not have an initially focused element and then pressing shift+tab the keyboard focus will not be trapped within the modal. For instance, if you press the button entitled 'Open me!' on the demo page and press shift+tab a few times the keyboard focus will be behind the dialog.
The text was updated successfully, but these errors were encountered: