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 was archived by the owner on May 29, 2019. It is now read-only.
I don't know if this is a possible issue, but in the plunker presented by @paulorbpacheco in the issue #4004.
I've noticed some odd behavior. At some point, the focus wasn't being trapped inside the modal window anymore.
To reproduce that, please, do the following steps:
Click on "Open me!" button.
A modal window will open, then you will have to click in the "Open Another Modal!" button.
Another modal will open again. Click in the "Ok" button to close/dismiss this modal.
Now that we are back in the first modal window. Keep hitting tab or shift + tab key to see that the focus is not locked inside the modal window anymore.
Further this week I will take a look in the code and see if I come up with something useful.
There was the need of put this snippet of code: $modalStack.clearFocusListCache(); inside the dismiss and close modal functions.
This code is needed to clean the focusable element array when the modal is being dismissed/closed, since whe can open more than one modal at the same time, in order to always refresh the focusable elements regardless of the quantity of modals.
I don't know if this is a possible issue, but in the plunker presented by @paulorbpacheco in the issue #4004.
I've noticed some odd behavior. At some point, the focus wasn't being trapped inside the modal window anymore.
To reproduce that, please, do the following steps:
Further this week I will take a look in the code and see if I come up with something useful.
This migth be related to the issue #4149.
The text was updated successfully, but these errors were encountered: