This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Blue border outline remains on control when control goes out of focus #1921
Open
Description
This can be replicated on Firefox and IE. Chrome does not have this issue.
Open basic example page:
http://angular-ui.github.io/ui-select/demo-basic.html
Using Tab and arrow keys navigate to the first dropdown. Pick a value, from open list. Instead of clicking Enter key, click on Tab key to move to the next control. Notice that blue border that supposed to focus current control remains on the first dropdown. Same way all the dropdowns can be outlined.
When multiple controls outlined, it is not clear which control has a focus.