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 you open and close a modal from javascript, on a page that does not have any inputs or buttons. body.focus() throws a 'focus not supported' error.
The bug only occurs in IE, when body.activeElement is undefined.
This issue is now fixed from version 1.10 and beyond right? But this bug is present in older versions too.
For example 0.13.3. And is not that easy to move to 1.10 since the names of components (directives, factories) are prefixed with 'uib' there. Do you think it's possible to fix the issue for older versions?
When you open and close a modal from javascript, on a page that does not have any inputs or buttons. body.focus() throws a 'focus not supported' error.
The bug only occurs in IE, when body.activeElement is undefined.
Browser: IE11
Angular: 1.4.7
Angular-bootstrap: 0.14.3
The text was updated successfully, but these errors were encountered: