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

Arrow keys don't work in DropdownToggle #1228

Closed
robbertbrak opened this issue Nov 5, 2013 · 2 comments
Closed

Arrow keys don't work in DropdownToggle #1228

robbertbrak opened this issue Nov 5, 2013 · 2 comments

Comments

@robbertbrak
Copy link

In the dropdown toggle, the arrow keys to navigate through the items in the list don't work.

Reproducable by going to http://angular-ui.github.io/bootstrap/#/dropdownToggle and selecting "Edit in plunker".

@feugy
Copy link

feugy commented Aug 10, 2014

Hello.
Are there any plans to support it ?

@bleggett
Copy link
Contributor

Have a PR that adds this functionality. Started with the fix in #3212 but made it an optional flag, added some tests, and removed the apparent dependency on jQuery.

bleggett added a commit to bleggett/bootstrap that referenced this issue Jun 3, 2015
fix(dropdown): Fixed indexing corner cases and filter key events.

fix(dropdown): Try using document.bind instead

fix(dropdown): Add optional attrib for keyboard-nav.

fix(dropdown): Dedup code and handle differences if dropdown-menu used

fix(dropdown): Fix focus issue and add more tests

fix(dropdown): Update docs with example

fix(dropdown): Revert accidental change to misc/demo/index.html

fix(dropdown): Revert accidental indent changes to dropdown demo.html

feat(dropdown): Add keynav support for dropdown menus (angular-ui#1228 and angular-ui#3212)
bleggett added a commit to bleggett/bootstrap that referenced this issue Jun 11, 2015
bleggett added a commit to bleggett/bootstrap that referenced this issue Jun 11, 2015
feat(dropdown): Fix indentation issues and correct breaks.
bleggett added a commit to bleggett/bootstrap that referenced this issue Jun 11, 2015
bleggett added a commit to bleggett/bootstrap that referenced this issue Jun 11, 2015
bleggett added a commit to bleggett/bootstrap that referenced this issue Jun 11, 2015
feat(dropdown): Fix indentation issues and correct breaks.
bleggett added a commit to bleggett/bootstrap that referenced this issue Jun 11, 2015
fix(dropdown): Fixed indexing corner cases and filter key events.

fix(dropdown): Try using document.bind instead

fix(dropdown): Add optional attrib for keyboard-nav.

fix(dropdown): Dedup code and handle differences if dropdown-menu used

fix(dropdown): Fix focus issue and add more tests

fix(dropdown): Update docs with example

fix(dropdown): Revert accidental change to misc/demo/index.html

fix(dropdown): Dedup code and handle differences if dropdown-menu used

Add keynav support to dropdown (angular-ui#1228)

fix(dropdown): Fixed indexing corner cases and filter key events.

fix(dropdown): Try using document.bind instead

fix(dropdown): Add optional attrib for keyboard-nav.

fix(dropdown): Fix focus issue and add more tests

fix(dropdown): Revert accidental change to misc/demo/index.html

fix(dropdown): Dedup code and handle differences if dropdown-menu used

fix(dropdown): Update docs with example

feat(dropdown): Add keynav support (fix for angular-ui#1228)

feat(dropdown): Fix indentation issues and correct breaks.

fix(dropdown): undo indent goofyness.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants