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

Missing break statement causes bugs on tab keypress #13

Open
jeffmay opened this issue Sep 14, 2011 · 1 comment
Open

Missing break statement causes bugs on tab keypress #13

jeffmay opened this issue Sep 14, 2011 · 1 comment

Comments

@jeffmay
Copy link

jeffmay commented Sep 14, 2011

Related issues:

  • Pressing with an empty text field will not move to the next field
  • Pressing with one of the results highlighted will drop both the incomplete token AND the suggested token

There is a missing break; statement before case 13: (line 196) such that pressing becomes equivalent to pressing and in the same event.

jeffmay pushed a commit to jeffmay/AutoSuggest that referenced this issue Sep 14, 2011
Added break statement to fix <tab> key error.
@jeffmay
Copy link
Author

jeffmay commented Sep 14, 2011

I forked the repo and fixed this issue.

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

No branches or pull requests

1 participant