[Bug Report][2.5.11] v-menu not closed when parent component has a blocking v-if on created
See original GitHub issueEnvironment
Vuetify Version: 2.5.11 Last working version: 2.5.10 Vue Version: 2.6.14 Browsers: Firefox 93.0 OS: Windows 10
Steps to reproduce
- Click “open dialog button”
- Click “dropdown button” and “do stuff list item”
Expected Behavior
the v-menu must close (it works in 2.5.10)
Actual Behavior
the v-menu is not close and stay open (regression in 2.5.11)
Reproduction Link
https://codepen.io/cp10/pen/MWvQeox
Other comments
it seems the problem is the v-if="dialog_open"
on the card which is used to avoid console error before data are available.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Bug listing with status UNCONFIRMED as at 2022/12/24 17 ...
Bug :128538 - "sys-apps/coreutils: /bin/hostname should be installed from coreutils not sys-apps/net-tools" status:UNCONFIRMED resolution: severity:enhancement ...
Read more >App Store Review Guidelines - Apple Developer
These guidelines are designed to help you prepare your apps for the approval ... Make sure your app has been tested on-device for...
Read more >FOLDS & DIMENSIONS
511 /16. 11. X. 5 11/16. 5 5/8. Fold. Fold. FOLDS & DIMENSIONS. 11” x 17” Letter Fold (6 Panel, C-fold). Cover. (Front...
Read more >Content-Security-Policy - HTTP - MDN Web Docs
Instructs user agents to treat all of a site's insecure URLs (those served over HTTP) as though they have been replaced with secure...
Read more >OFAC Consolidated Frequently Asked Questions
The Treasury Department has a long history of dealing with sanctions. ... do not authorize the unblocking of any property blocked pursuant to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here is a code pen that shows a simpler situation where the v-if is on the v-dialog. When closing the v-dialog, it stays open. I am printing out the state of showDialog and it is clearly false when you hit the close button, but the dialog stays open.
https://codepen.io/gregveres/pen/rNzJGmd?editors=1111
@KaelWD Thank you very much!!!