bootstrap
bootstrap copied to clipboard
uib-dropdown-toggle <input> re-focusing on outside click [REOPEN]
REOPEN issue #6321
Bug description:
uib-dropdown-toggle re-focusing on outside click (e.g. another common, non-dropdown-toggle input)
Steps to reproduce
- Click to toggle dropdown menu
- Click on common input or outside of dropdown
Observed
Hide dropdown menu , focus returns to uib-dropdown-toggle
Expected
Hide dropdown menu, set focus to clicked element
Link to minimally-working plunker that reproduces the issue:
http://plnkr.co/edit/zanydRnj0ghWiEdvt4Cg?p=preview
Version of Angular, UIBS, and Bootstrap
Angular: v1.6.2
UIBS: Version: 2.5.0
Bootstrap: v3.3.7
P.S.
neither e07f9fd or 955848c don't works for me, described bug still can be reproduced in version 2.5.0
I have this pronlem too.who can slove
I would like to rise this issue
Can you tell me how do you solve Thanks
@JsSky126 alas, for now I don't have solution for this issue
Any chance to get estimations? Does pull request from @JoshuaJWilborn solve the issue?
why in the closeDropdown function There is a call for focusToggleElement() ? openScope.focusToggleElement();