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
When the ModalDialog is opened, we focus on the ModalDialog element itself. We then trap the tab focus inside of it. This is works fine if we hit tab after the ModalDialog opens. However, we only check for tabbable items inside of the Modal, which works fine if you tab forward. However, tabbing back in this case doesn't bring you to the last element as it should. This probably needs to be special cased in the current logic.
The text was updated successfully, but these errors were encountered:
When the ModalDialog is opened, we focus on the ModalDialog element itself. We then trap the tab focus inside of it. This is works fine if we hit tab after the ModalDialog opens. However, we only check for tabbable items inside of the Modal, which works fine if you tab forward. However, tabbing back in this case doesn't bring you to the last element as it should. This probably needs to be special cased in the current logic.
The text was updated successfully, but these errors were encountered: