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

Pagination of results when using the arrow key is wonky #3

Open
igorT opened this issue Apr 30, 2014 · 3 comments
Open

Pagination of results when using the arrow key is wonky #3

igorT opened this issue Apr 30, 2014 · 3 comments

Comments

@igorT
Copy link

igorT commented Apr 30, 2014

1.Open the dropdown, and select something not immediately visible, like Massachusetts.

  1. Use the down key. After you reach the last visible element, the selection instead of going lower, will wrap around and jump to somewhere above Massachusetts.
@ryanflorence
Copy link
Contributor

not sure what you mean exactly. do you mean the overflow scrolling? the elements get focused so it just uses the browser's native behavior for focusing an element that's out of view.

@igorT
Copy link
Author

igorT commented May 1, 2014

So one way to reproduce is to open the dropdown and then hover over something like California for example. I then press the arrow key go down the list. The mouse pointer gets hidden, but it seems like it interferes with the selection, as pressing down, I get the following selected in order

California
Colorado
Connecticut
....some other states....
end of page
Colorado again

@ryanflorence
Copy link
Contributor

ah yes, thanks, looks like we need to ignore the mouse when the keyboard interactions start, that or keep state for hovers differently than keyboard ...

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

2 participants