-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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] Dialog - broke in 2.2 #10536
Comments
I just tested in 2.1.18 and it seems to be working. So I guess it's a 2.2 modification but I can't find in the releases the point talking about it ... |
works in 2.2.8 |
Fixed in cc17fe1 |
Effectively the tuesday realease did fix one of the problem but i'm still getting the problem that the events seems to propagate through dialog. As you can see in this codepen: https://codepen.io/gautierdele/pen/GRJJEJL Gautier |
That's intentional: #10167 |
Ok i did not know, mooving the event to the content element fixed the problem. Thanks |
Environment
Vuetify Version: 2.2.11
Last working version: 2.1.0
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.87
OS: Windows 10
Steps to reproduce
Click on the dialog button and the second dialog isn't appearing
Expected Behavior
There should be a second button in order to open a second dialog
Actual Behavior
No button given
Reproduction Link
https://codepen.io/gautierdele/pen/GRJJEJL
Other comments
It also seems in my application that event propagation is no longer stopped... When I click in the dialog it trigger the parent
The text was updated successfully, but these errors were encountered: