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

Keyboard and Mouse interactions do not converge in drop-down. #164

Open
mrinalsaurabh opened this issue Sep 26, 2017 · 0 comments
Open

Keyboard and Mouse interactions do not converge in drop-down. #164

mrinalsaurabh opened this issue Sep 26, 2017 · 0 comments

Comments

@mrinalsaurabh
Copy link

screen shot 2017-09-26 at 11 45 35 am

As you can see keyboard and mouse interactions are different. Mouse actually hovers, but keyboard movement selects. There is no way to change this behaviour by passing in an external function.

Issue in detail:
If you use mouse to navigate, it'll show the highlighted menu item and won't trigger the on-click function until it is clicked.
But if we use keyboard, it triggers the click event and doesn't behave like mouse click (ideally the event should be fired on pressing "enter" key). Two different pointers in one dropdown is a bad user experience and they should actually be one interaction.

@mrinalsaurabh mrinalsaurabh changed the title Keyboard and Mouse interactions do not converge. Keyboard and Mouse interactions do not converge in drop-down. Sep 26, 2017
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