Skip to content

Ongoing transitions break when browser tab on background #818

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

Closed
azamat-sharapov opened this issue May 5, 2015 · 1 comment
Closed

Ongoing transitions break when browser tab on background #818

azamat-sharapov opened this issue May 5, 2015 · 1 comment

Comments

@azamat-sharapov
Copy link

  1. Open this simple slider on Vue.
  2. Wait for slider to start and open browser console on that page.
  3. Switch to another browser tab, wait a minute or so and come back to fiddle and look at console, you should see error. (you can open console as a separate window, so that you can look at it and wait until error popus up).

Error: Uncaught TypeError: Cannot read property '__v_trans' of null

@yyx990803
Copy link
Member

This is caused by transitionend events not firing until the page regains focus, and only happens for out-in mode. Fixed in dev branch now.

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

2 participants