This repository was archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Dropdowns Never Lose Focus #6372
Comments
We also have this issue. It appeared with the 2.3.1 release. Everytime you open a dropdown, all other inputs become unusable. |
I'm going to roll back to 2.3.0 for now, until this is fixed. I did that by editing my package.json:
|
This is a duplicate of #6364 |
Yeah, we are experiencing the same issue. We were developing on 2.3.0 and our deployment today went out with 2.3.1 causing widespread breakages for our drop downs. |
Missed this when merging - this is fixed by 955848c, and released in 2.3.2 just now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The issues forum is NOT for support requests. It is for bugs and feature requests only.
Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search
existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.
Bug description:
Even after the dropdown closes, it does not lose focus. Clicking the mouse anywhere (including buttons) causes the focus to temporarily shift, but releasing the mouse instantly restores focus to the dropdown. Thus, pressing Enter will re-open the dropdown. This does not affect, for example, v0.12.0.
Link to minimally-working plunker that reproduces the issue:
https://plnkr.co/edit/7atEkT1pCwF9X6F9KKAe?p=preview
Version of Angular, UIBS, and Bootstrap
Angular: 1.6
UIBS: 2.3.1
Bootstrap: 3
The text was updated successfully, but these errors were encountered: