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.
When launching a modal with links and/or buttons contained within the modal if you attempt to use the tab key in order to navigate through the links you are unable to do so. The focus remains in the DOM for the main-content.
Pressing the tab key will allow you to rotate thru the links/buttons within the modal.
If you visit http://angular-ui.github.io/bootstrap/#/modal you'll notice that there isn't a tabindex on the modal. If a tabindex is put on the links/buttons the same functionality is not present.
The text was updated successfully, but these errors were encountered:
When launching a modal with links and/or buttons contained within the modal if you attempt to use the tab key in order to navigate through the links you are unable to do so. The focus remains in the DOM for the main-content.
Steps to recreate
The text was updated successfully, but these errors were encountered: