-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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.1.11] VMenu - Menu closes when nested menu closes #17004
Comments
HEy, I have the same issue. Have you found any workarounds? |
We are also experiencing this issue! Has there been any movement on this? |
@fahmifitu @mmwoodfo I havent found a work around, but I was able to fix it using https://www.npmjs.com/package/patch-package
I haven't submitted a PR for this myself because I feel its kind of a hacky solution, waiting to see what the vuetify team does. |
@mmwoodfo @joel-wenzel I used a v-overlay as follows and made it function as a menu. it doesn't have this issue
|
This is also what I ended up doing earlier today and works pretty well. |
any updates on this? @KaelWD |
Any adjustment predictions? |
Have the same problem. Any updates? |
I've also tried to troubleshoot this untill I found this issue. demo |
I have been trying to fix this issue for a pretty long time, I think your fix makes sense:
I have tested all working good and it makes good sense @joel-wenzel |
Environment
Vuetify Version: 3.1.11
Last working version: 2.6.14
Vue Version: 3.2.47
Browsers: Chrome 111.0.0.0
OS: Windows 10
Steps to reproduce
Expected Behavior
Only the inner menu should close when clicking back into the first menu
Actual Behavior
Both menus close
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Works in vuetify 2: https://codepen.io/joel-wenzel/pen/gOdqMgQ
I tried attaching the inner menu to the parent menu just to see if that changed anything and it doesnt.
The text was updated successfully, but these errors were encountered: