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

Blocked aria-hidden #347

Open
2 tasks
simonetimi opened this issue Aug 5, 2024 · 0 comments
Open
2 tasks

Blocked aria-hidden #347

simonetimi opened this issue Aug 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@simonetimi
Copy link

Please provide the environment you discovered this bug in.

The issue is visible on the documentation page itself: popover doc. It also happens using the popover component in my app.

Which area/package is the issue in?

popover

Description

When clicking the element to open the popover, clicking it again will trigger an error on the browser console (Google Chrome).

Please provide the exception or error you saw

Blocked aria-hidden on a <button> element because the element that just received focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.

Other information

No response

I would be willing to submit a PR to fix this issue

  • Yes
  • No
@simonetimi simonetimi added the bug Something isn't working label Aug 5, 2024
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