-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
ios7 chrome not removing transitioned elements #488
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
Comments
Also to make it more annoying, it is intermittent |
Can you provide some more information on where you are seeing this type of behavior? e.g. what CSS rules are applied on the element, what type of transition, and what directive is triggering the transition? |
The directive triggering the transition is I'll see if I can get you access to the app where I am experiencing it. |
I can confirm transitionend is being triggered, but the element isn't being removed. |
This was fixed with the latest changes to the |
Hmm, in my excitement I was actually testing on iOS7 safari. This issue still exists in Chrome |
Closing (inactivity) |
The elements just linger with v-leave still in the class attribute.
If you need a tool to debug chrome on ios7, I used http://people.apache.org/~pmuellr/weinre-docs/latest/Home.html
The text was updated successfully, but these errors were encountered: