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

Typeahead search not working in Chrome #2

Closed
Tryster opened this issue Jan 9, 2012 · 3 comments
Closed

Typeahead search not working in Chrome #2

Tryster opened this issue Jan 9, 2012 · 3 comments
Assignees

Comments

@Tryster
Copy link

Tryster commented Jan 9, 2012

On initial investigation it appears that the keydown event is not being fired in chrome...

Fiddle

@ghost ghost assigned georgepaterson Jan 10, 2012
@georgepaterson
Copy link
Owner

I'm getting a keydown response for the example in Chrome 16.0.912.75 on a Mac. Could you describe the issue further?

@Tryster
Copy link
Author

Tryster commented Jan 10, 2012

Same version of Chrome on windows. When using the fiddle previously posted (and having the chrome dev tools open with a breakpoint on the keydown handler of placeholder - circa line 100) the keydown event handler is not triggered.

I've done some more investigation and after dropping down the list, if I first press the tab key (to activate/focus the control) before typing the events are triggerred.

@georgepaterson
Copy link
Owner

Closing #2 which will be resolved in #3

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

Successfully merging a pull request may close this issue.

2 participants