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.14] Multiple VOverlay containers are created in Shadow DOM #20276

Closed
cgodo opened this issue Aug 3, 2024 · 0 comments · May be fixed by jonathanestefani/crud_vuetify#5 or aurelienfvre/sae401#1
Assignees
Labels
C: VOverlay VOverlay T: bug Functionality that does not work as intended/expected
Milestone

Comments

@cgodo
Copy link
Contributor

cgodo commented Aug 3, 2024

Environment

Vuetify Version: 3.6.14
Vue Version: 3.5.0-alpha.5
Browsers: Chrome 127.0.0.0
OS: Windows 10, Linux

Steps to reproduce

Open and close the submenu in the Shadow DOM. Inspect the shadow root contents. Every time the submenu is opened and closed, a new .v-overlay-container is added to the shadow DOM.

Expected Behavior

There is only one VOverlay container in the Shadow DOM, similar to how it works in the document.

Actual Behavior

Every time the submenu is opened and closed, an additional .v-overlay-container element is added to the shadow DOM.

Reproduction Link

https://play.vuetifyjs.com/#...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VOverlay VOverlay T: bug Functionality that does not work as intended/expected
Projects
None yet
2 participants