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.
When I click on textarea inside the modal, the focus is lost immediately. As a result, I cannot focus on textarea at all. I do not set or unset focus attribute in my code, so it is strange.
I use Angular 1.6.0, Angular UI Boostrap 2.3.1, and Bootstrap CSS 3.3.6 and Jquery 2.2.4. Together with this I have possibly unhandled rejection error from JQuery when cancel the modal.
The text was updated successfully, but these errors were encountered:
The only modal commit in that time frame is 8a4f625, which shouldn't affect this.
If you are using a dropdown to open the modal, this is likely the regression described in #6364, which should be fixed in the freshly released 2.3.2 - let me know if this fixes the issue so we can close this out.
When I click on textarea inside the modal, the focus is lost immediately. As a result, I cannot focus on textarea at all. I do not set or unset focus attribute in my code, so it is strange.
I use Angular 1.6.0, Angular UI Boostrap 2.3.1, and Bootstrap CSS 3.3.6 and Jquery 2.2.4. Together with this I have possibly unhandled rejection error from JQuery when cancel the modal.
The text was updated successfully, but these errors were encountered: