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

Buttons should trigger on spacebar key up #155

Closed
ryanflorence opened this issue Dec 19, 2014 · 0 comments
Closed

Buttons should trigger on spacebar key up #155

ryanflorence opened this issue Dec 19, 2014 · 0 comments
Labels
accessibility a11y bug 🐛 Something doesn't work component: button This is the name of the generic UI component, not the React module!

Comments

@ryanflorence
Copy link

If you add a click event to a real <button/>, the event dispatches on:

  1. click
  2. keydown of "Enter"
  3. keyup of "Space"

I think you're just missing (3)

@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 25, 2022
@zannager zannager added component: button This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 16, 2023
@oliviertassinari oliviertassinari added bug 🐛 Something doesn't work accessibility a11y labels Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility a11y bug 🐛 Something doesn't work component: button This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

3 participants