Vuetify: Prevent temporary drawer from closing when clicking on dialog?

Created on 12 Oct 2017  路  3Comments  路  Source: vuetifyjs/vuetify

Steps to reproduce

Versions

Vue 2.4.4
Vuetify 0.16.5
Chrome 61, macOS

What is expected?

Clicking inside a dialog opened from within a temporary (or persistent on mobile) navigation drawer should do nothing. Clicking on the dialog background should close the dialog, but not the drawer.

What is actually happening?

Clicking inside a dialog opened from within a temporary navigation drawer closes the drawer. When the dialog is only rendered if the drawer is open, it will close immediately. Clicking on the dialog background closes dialog and drawer at once.

Reproduction Link

https://codepen.io/anon/pen/JrZgPo

Most helpful comment

You can now handle this manually with the stateless prop a little bit of creativity.

https://codepen.io/johnjleider/pen/MOvxoP

All 3 comments

You can now handle this manually with the stateless prop a little bit of creativity.

https://codepen.io/johnjleider/pen/MOvxoP

Perfect. Thank you very much!

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

Was this page helpful?
0 / 5 - 0 ratings