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.
Bug description: If there are multiple uib-dropdown components in a single page with keyboard-nav enabled, clicking on second dropdown while first dropdown still open breaks keyboard navigation for the second dropdown.
Steps to reproduce:
Open the link to plunker provided.
Click on first dropdown and check keyboard navigation which is working fine.
Without closing the first dropdown, click on second dropdown and check keyboard navigation for this.
Expected: When down arrow is pressed, 'Action' option should be selected.
Actual: 'Another action' option is selected.
After that, the keyboard navigation is not working as expected for all the dropdowns.
Note that this issue is similar to #6314. While it talks only about a keyboard-nav enabled dropdown and a non keyboard-nav enabled dropdown, the current issue talks about keyboard navigation issue in multiple dropdown components in a single page.
PS: Tried incorporating #6314's fix to check if it fixes the current issue. But when that fix is added, the second dropdown keyboard navigation is not triggered at all.
Link to minimally-working plunker that reproduces the issue: