Skip to content
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

Animate Issue on IE11 #420

Closed
dragospaulpop opened this issue Feb 27, 2017 · 4 comments
Closed

Animate Issue on IE11 #420

dragospaulpop opened this issue Feb 27, 2017 · 4 comments
Milestone

Comments

@dragospaulpop
Copy link

Line 23 in animate.js causes an error in IE11. The browser doesn't know about the stop() function. Maybe calling start.stop() would solve the issue. Chrome doesn't call stop either (as far as I can tell), it just silently fails.

Link to reproduce (stop should be called twice): http://jsbin.com/catopuzuja/edit?js,console,output

@rstoenescu
Copy link
Member

Good catch. Will fix it and include in v0.13.2.

@rstoenescu rstoenescu added this to the v0.13.2 milestone Feb 27, 2017
@smolinari
Copy link
Collaborator

Hey @dragospaulpop

What were you trying to do, when you got the error?

Scott

@dragospaulpop
Copy link
Author

@smolinari Testing the Drawer component in IE 11. Try it on the documentation page and you'll see it doesn't work (http://quasar-framework.org/components/drawer.html).

@rstoenescu
Copy link
Member

Available in edge version and future v0.13.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants