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 on a <button> element because the element that just received focus must not be hidden from .... #7035

Closed
1 of 2 tasks
mauserez opened this issue Oct 25, 2024 · 1 comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)

Comments

@mauserez
Copy link

mauserez commented Oct 25, 2024

Dependencies check up

  • I have verified that I use latest version of all @mantine/* packages

What version of @mantine/* packages do you have in package.json?

7.13.4

What package has an issue?

@mantine/core

What framework do you use?

Vite

In which browsers you can reproduce the issue?

Chrome

Describe the bug

Hi i caught the bug when i used Mantine 7.13.4
How i can fix it.
I caught it when i use DateTimePicker.
When i clicked on DateTimePicker input.
At the screen you can see upper div with data-portal=true has aria-hidden="true" and of course all of his children focusable elements like button invoke error.

2024-10-25 16 32 57
2024-10-25 16 38 28

Structure was Drawer->Form->DateTimePicker.
Please if u have a decision or advice give it to me.

Many thanks

If possible, include a link to a codesandbox with a minimal reproduction

No response

Possible fix

No response

Self-service

  • I would be willing to implement a fix for this issue
rtivital added a commit that referenced this issue Nov 16, 2024
…active element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
@rtivital rtivital added the Fixed patch Completed issues that will be published with next patch (1.0.X) label Nov 16, 2024
@rtivital
Copy link
Member

Fixed in 7.14.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)
Projects
None yet
Development

No branches or pull requests

2 participants