Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with double move event firing in typeahead. #5862

Merged
merged 1 commit into from
Dec 7, 2012

Conversation

pmclanahan
Copy link

The test for keyboard nav with the arrow keys only fired
the keyup event. The issue was with the mechanism that
prevented double move method firing for keyup, keydown,
and keypress.

This adds a more complete triggering of a full key press
and fixes the issue with the double calls to move.

@Ninir
Copy link
Contributor

Ninir commented Nov 13, 2012

You should rebase your branch against master in order to get rid of this commit history

@pmclanahan
Copy link
Author

Oh wow. What changed? It was clean when I pushed.

@pmclanahan
Copy link
Author

Fixed. Thanks for the heads-up @Ninir.

@stof
Copy link
Contributor

stof commented Nov 27, 2012

@fat @mdo any chance to have it merged ? It is an annoying bug

@pmclanahan
Copy link
Author

Issue I mentioned is closed as a dupe of this one. This one fixes #5706 too.

fat added a commit that referenced this pull request Dec 7, 2012
…d-nav

Fix issue with double move event firing in typeahead.
@fat fat merged commit c362e72 into twbs:2.2.2-wip Dec 7, 2012
@fat
Copy link
Member

fat commented Dec 7, 2012

cool, thanks guys! Also ❤️ for the tests!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants