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

Uncaught TypeError: Cannot read properties of null (reading 'contains') at refocusTarget #11272

Closed
gzl333 opened this issue Nov 10, 2021 · 1 comment
Labels
Qv2 🔝 Quasar v2 issues

Comments

@gzl333
Copy link

gzl333 commented Nov 10, 2021

Describe the bug
Within a radio button, I'm putting a button that jumps to another page.
When click that button to jump, the error happens:
image
image

refocusTarget(e)

else if ((e === void 0 || rootRef.value.contains(e.target) === true) && refocusRef.value !== null) {

I think a null check of rootRef is needed here.

@gzl333 gzl333 added the Qv2 🔝 Quasar v2 issues label Nov 10, 2021
@rstoenescu
Copy link
Member

Thanks for reporting!
Fix will be available in Quasar v2.3.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Qv2 🔝 Quasar v2 issues
Projects
None yet
Development

No branches or pull requests

2 participants