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

RadioCard exception focus #7249

Open
1 of 2 tasks
gvillo opened this issue Dec 12, 2024 · 3 comments
Open
1 of 2 tasks

RadioCard exception focus #7249

gvillo opened this issue Dec 12, 2024 · 3 comments
Labels
Needs reproduction Issues without reproduction, closed within a week if the reproduction is not provided

Comments

@gvillo
Copy link

gvillo commented Dec 12, 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.15.0 (I just updated to 7.15.1, I'll see if the errors re-appears)

What package has an issue?

@mantine/core

What framework do you use?

Remix

In which browsers you can reproduce the issue?

Chrome

Describe the bug

I just found this Unhandled Exception in Sentry that Mantine is not handling it
image

Total Events 12
Users affected 7

It's not a big deal (for now), but I think it must be handled because for some reason it's not finding the element to focus it.

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
Copy link
Member

Please provide a minimal reproduction

@rtivital rtivital added the Needs reproduction Issues without reproduction, closed within a week if the reproduction is not provided label Dec 12, 2024
@gvillo
Copy link
Author

gvillo commented Dec 13, 2024

Yeah sorry, I couldn't reproduce it locally, I found another unhandled exception like 10 lines up.

image

Looks like it's hapenning on the transition between one page to another, the element might not be present and that's why it's blowing up?, I am guessing, but there is an issue there with the focus and handleKeyDown

@rtivital
Copy link
Member

I can't tell much without a reproduction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs reproduction Issues without reproduction, closed within a week if the reproduction is not provided
Projects
None yet
Development

No branches or pull requests

2 participants