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

Mixed Mouse/Keyboard Navigation in IE9 #12

Open
kathryn-thompson opened this issue Feb 7, 2013 · 1 comment
Open

Mixed Mouse/Keyboard Navigation in IE9 #12

kathryn-thompson opened this issue Feb 7, 2013 · 1 comment

Comments

@kathryn-thompson
Copy link

If you select a selectlist dropdown with the mouse and use the keyboard to navigate though the list (using cursor or letters to jump to the correct elements) you can't select anything with the enter ke.

It works as expected in chrome.

Any ideas? Presumably the enter key is being swallowed?

@kathryn-thompson
Copy link
Author

It seems to be something related to the fact that in IE the code in add(value, text, callHandler) always returns

            if ($option[0].index < first)
                return;

The index is always 0 in IE9 when selecting an item using the keyboard. In chrome or when using a mouse in IE the index is correct.

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