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

[radio] keyboard navigation not fired when using react-aria-components #1605

Open
csantos-nydig opened this issue Nov 12, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@csantos-nydig
Copy link

Describe the bug

when using RadioGroup from react-aria-components and trying to navigate using keyboard (ArrowDown) the selection does not change.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://stackblitz.com/edit/stackblitz-starters-erttrv?file=package.json,jsdom.spec.tsx,happy-dom.spec.tsx
  2. Run npm run test
  3. Notice it fails for HAPPY-DOM, but works for JSDOM

Expected behavior
I'd expect it to work in HAPPY-DOM

Additional context
I don't think this is an error in react-aria-components per se, because their components work fine in JSDOM; but my guess is that they are using some APIs that are not yet supported by HAPPY-DOM

I'm cross-linking both issues, so hopefully we can collaborate and see what needs to be done and where 🙏 adobe/react-spectrum#7358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant