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] When close nest dialog in a fullscreen dialog the fullscreen dialog will closed as well #9850

Closed
hxshandle opened this issue Dec 2, 2019 · 3 comments
Labels
duplicate The issue has already been reported

Comments

@hxshandle
Copy link

Environment

Vuetify Version: 2.1.12
Last working version: 2.0.1
Vue Version: 2.6.10
Browsers: Chrome 78.0.3904.108
OS: Windows 10

Steps to reproduce

  1. click Open dialog 1 button
  2. In the popup full screen dialog open dialog 2
  3. Click close button in dialog 2
  4. The Dialog 1 will close as well

Expected Behavior

When close nest dialog only the nest dialog will be closed

Actual Behavior

the parent dialog was closed too

Reproduction Link

https://codepen.io/hxshandle/pen/RwNwVKg?&editable=true&editors=101

@ghost ghost added the S: triage label Dec 2, 2019
@jacekkarczmarczyk
Copy link
Member

This codepen works for me correctly

@hxshandle
Copy link
Author

@jacekkarczmarczyk Thanks for looking at this issue, I add "persistent" property to the Dialog 1, this is the workaround I found. Now I remove the property and you can try again. The issue is remain.

-Handle

@KaelWD
Copy link
Member

KaelWD commented Dec 3, 2019

This is effectively a duplicate of #7310, if the other dialog is not a child it counts as an outside click. The stackable service is needed to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

3 participants