Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Broken demo page - Input section #6822

Closed
Shyiy opened this issue Jan 23, 2016 · 2 comments
Closed

Broken demo page - Input section #6822

Shyiy opened this issue Jan 23, 2016 · 2 comments
Assignees
Labels
P1: urgent Urgent issues that should be addressed in the next minor or patch release.
Milestone

Comments

@Shyiy
Copy link

Shyiy commented Jan 23, 2016

Version: Head/Master

By following a very simple series of steps on the demos webpage it is possible to trigger an error, which then causes all navigation to stop working until the page is reloaded:

TypeError: Cannot read property 'runner' of undefined
    at angular-animate.js:2508
    at n (angular.js:340)
    at y (angular-animate.js:2503)
    at l (angular-animate.js:2313)
    at Object.push (angular-animate.js:2194)
    at Object.leave (angular.js:5302)
    at z (angular-route.js:913)
    at angular-route.js:942
    at angular.js:7610
    at angular.js:7749

Steps:

@Shyiy Shyiy changed the title Broken demo page in the Input section Broken demo page - Input section Jan 23, 2016
@ThomasBurleson ThomasBurleson added this to the 1.0.4 milestone Jan 25, 2016
@ThomasBurleson ThomasBurleson added the P1: urgent Urgent issues that should be addressed in the next minor or patch release. label Jan 25, 2016
@ThomasBurleson
Copy link
Contributor

May be related to $destroy handlers.

devversion added a commit to devversion/material that referenced this issue Jan 27, 2016
At the moment the animation will stuck if there is no `md-auto-hide` class or the class isn't `md-input-invalid`.
That's because we not trigger the callback if we finish the animation.

Fixes angular#6822
@devversion
Copy link
Member

Fixed in #6880

ErinCoughlan pushed a commit to ErinCoughlan/material that referenced this issue Feb 9, 2016
At the moment the animation will stuck if there is no `md-auto-hide` class or the class isn't `md-input-invalid`.
That's because we not trigger the callback if we finish the animation.

Fixes angular#6822. Closes angular#6880
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P1: urgent Urgent issues that should be addressed in the next minor or patch release.
Projects
None yet
Development

No branches or pull requests

4 participants