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.
Most likely that check (modal.value.keyboard) should be inside the case 27: (escape key) and not surrounding the whole switch that also handles trap focus.
The text was updated successfully, but these errors were encountered:
wawyed
changed the title
uib-modal Trap focus doesn't work when keyboard: false options is provided.
uib-modal Trap focus doesn't work when keyboard: false option is provided
Dec 1, 2015
This is caused by this line https://github.com/angular-ui/bootstrap/blob/master/src/modal/modal.js#L357
Most likely that check (
modal.value.keyboard
) should be inside thecase 27:
(escape key) and not surrounding the whole switch that also handles trap focus.The text was updated successfully, but these errors were encountered: