Vue-material: Dialog buttons are no longer working in 0.7.0

Created on 8 Feb 2017  路  5Comments  路  Source: vuematerial/vue-material

Steps to reproduce

Insert a dialog modal. You can even view the ones in your doc. Click on the modal to open it. Then, click on the ok or cancel buttons. Nothing happens and modal stays open. In you doc, the "custom" dialog is working, but none of the others are.

Which browser?

Chrome Version 56.0.2924.87 (64-bit)
vue-material 0.7.0
vue 2.1.10

What is expected?

The dialog to close.

What is actually happening?

The dialog stays open. Rather, the only way to close the modal is to click outside of the modal.

Reproduction Link

https://vuematerial.github.io/#/components/dialog

The "custom" dialog on your page is working, but none of the others are.

bug

Most helpful comment

Already fixed in #454. I will release a fix today... Sorry about that.

All 5 comments

This is happend only on md-dialog-alert, md-dialog-confirm, md-dialog-prompt.
Custom dialog button works like a charm.

None of the buttons are working fine for me. Sidebar menu button, form submit button, speeddial buttons are broken for me after upgrading to 0.7.0. Reverting back to older build for now.

This is happens beacause firing a @click event, if change event to @click.native it works

454

Already fixed in #454. I will release a fix today... Sorry about that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Leshgan picture Leshgan  路  3Comments

sergey-koretsky picture sergey-koretsky  路  3Comments

bryanspearman picture bryanspearman  路  3Comments

lovepluskaka picture lovepluskaka  路  3Comments

andreujuanc picture andreujuanc  路  3Comments