[Bug Report][2.5.11] v-menu not closed when parent component has a blocking v-if on created #14380
Closed
Description
Environment
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.