Skip to content

[Bug Report][3.8.0] Vdialog, VNavigationDrawer: Impossible to display a Navigation Drawer on top of a Dialog #21220

@fabnapoli

Description

@fabnapoli

Environment

Vuetify Version: 3.8.0
Vue Version: 3.5.13
Browsers: Google Chrome
OS: Windows 10

Steps to reproduce

Open a Dialog which contains a button to open a Navigation Drawer.
(Ideally the Dialog should contain a list of items that whose info can be updated when opening the Drawer containing several fields/selects/controls)
Open the Drawer by clicking on a button displayed on the Dialog

Expected Behavior

When assigned a z-index prop the Dialog should be displayed with that z-index and if greater z-indexes are assigned to the Drawer with css (such is the case in this example) the Drawer should be visualized on top of the Dialog

Actual Behavior

The Dialog ignores the z-index assigned via the prop and is always displayed on top of the Drawer

Reproduction Link

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

Other comments

Please also note that if you manually modify the z-index of the Dialog on the console and set it to a lower value than the Drawer the Drawer is displayed on top of the Dialog correctly but the text fields in the Drawer are not editable.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions