Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Dropdowns Never Lose Focus #6372

Closed
RPGillespie6 opened this issue Dec 14, 2016 · 5 comments
Closed

Dropdowns Never Lose Focus #6372

RPGillespie6 opened this issue Dec 14, 2016 · 5 comments

Comments

@RPGillespie6
Copy link
Contributor

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

@SynRJ
Copy link

SynRJ commented Dec 15, 2016

We also have this issue. It appeared with the 2.3.1 release. Everytime you open a dropdown, all other inputs become unusable.

@RPGillespie6
Copy link
Contributor Author

RPGillespie6 commented Dec 15, 2016

I'm going to roll back to 2.3.0 for now, until this is fixed. I did that by editing my package.json:

"angular-ui-bootstrap": "2.3.0",

@adgoncal
Copy link

This is a duplicate of #6364

@codymullins
Copy link

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.

@wesleycho
Copy link
Contributor

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.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants