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

[Bug Report][3.6.13] VMenu closeParents error #20248

Closed
Arinono opened this issue Jul 30, 2024 · 0 comments · Fixed by #20249 or Enterprise-CMCS/cmcs-eregulations#1413 · May be fixed by jonathanestefani/crud_vuetify#5 or aurelienfvre/sae401#1
Closed
Labels
C: VMenu VMenu T: bug Functionality that does not work as intended/expected
Milestone

Comments

@Arinono
Copy link
Contributor

Arinono commented Jul 30, 2024

Environment

Vuetify Version: 3.6.13
Vue Version: 3.4.34
Browsers: Chrome 126.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

In the reproduction repo:

  • click on the v-btn to open the menu
  • then open the submenu
  • lastly click on the router-link "leave" to trigger the error

Expected Behavior

To not get an error

Actual Behavior

TypeError: Cannot read properties of null (reading 'contentEl')
at

(e == null || (e && !isClickInsideElement(e, overlay.value!.contentEl!)))

Reproduction Link

https://github.com/Arinono/vuetify-vmenu-bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment