This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
mdToast: success callback fired on toast timeout #3745
Closed
Description
Overview of the Issue
Action toasts are firing the success call back when they are dismissed due to the timeout being reached / auto dismissing. This wasn't the case in 0.10, 0.9.8, etc.
Browsers and Operating System
Windows 7, Chrome 43.0.2357.132
Reproduce the error
Reproducible on the toast demo: https://material.angularjs.org/HEAD/#/demo/material.components.toast -- click the 'show with action' toast and wait for the toast to auto hide. The callback if fired and you are alerted that you clicked 'OK'
Related Issues
Might be related to #3704?