Ionic version:
[x] 4.x
Current behavior:
Toast buttons don't trigger handlers in rc2.
Expected behavior:
For the handlers to be fired when the buttons are clicked.
Steps to reproduce:
Upgrade to rc2 and attempt to fire a method when clicking on toast buttons.
Ionic info:
Ionic:
ionic (Ionic CLI) : 4.8.0 (/usr/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.0.0-rc.2
@angular-devkit/build-angular : 0.12.1
@angular-devkit/schematics : 7.2.1
@angular/cli : 7.2.1
@ionic/angular-toolkit : 1.2.2
Cordova:
cordova (Cordova CLI) : 8.1.2 ([email protected])
Cordova Platforms : android 7.1.4
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.3.1, (and 13 other plugins)
System:
Android SDK Tools : 26.1.1 (/path/Android/Sdk)
NodeJS : v8.15.0 (/usr/bin/node)
npm : 6.4.1
OS : Linux 4.18
I'm having the same problem : (
And I thought I made something wrong :D Can confirm this bug
I'm having the same problem with buttons within headers and buttons within list items. Could it be related?
Thanks for the issue! I was able to reproduce this. It seems to be related to ion-activatable as removing that makes it work again. We will look into this.
Fixed by https://github.com/ionic-team/ionic/commit/7832be3f1cbd119c7cf85c2fe261e2fff5e28eb6!
Thanks for the issue!
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Most helpful comment
Thanks for the issue! I was able to reproduce this. It seems to be related to
ion-activatableas removing that makes it work again. We will look into this.