This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
ngShow is broken in master #12553
Comments
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Aug 12, 2015
…tions It's unpredictable sometimes to ensure that a browser triggers a reflow for an animation. Prior to this patch, reflows would be applied carefully in between parent/child DOM structure, but that doesn't seem to be enough for animations that contain complex CSS styling rules. Closes angular#12553
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Aug 12, 2015
…tions It's unpredictable sometimes to ensure that a browser triggers a reflow for an animation. Prior to this patch, reflows would be applied carefully in between parent/child DOM structure, but that doesn't seem to be enough for animations that contain complex CSS styling rules. Closes angular#12553 Closes angular#12267
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Aug 12, 2015
…tions It's unpredictable sometimes to ensure that a browser triggers a reflow for an animation. Prior to this patch, reflows would be applied carefully in between parent/child DOM structure, but that doesn't seem to be enough for animations that contain complex CSS styling rules. Closes angular#12553 Closes angular#12554 Closes angular#12267
lee-tunnicliffe
pushed a commit
to lee-tunnicliffe/angular.js
that referenced
this issue
Aug 13, 2015
…tions It's unpredictable sometimes to ensure that a browser triggers a reflow for an animation. Prior to this patch, reflows would be applied carefully in between parent/child DOM structure, but that doesn't seem to be enough for animations that contain complex CSS styling rules. Closes angular#12553 Closes angular#12554 Closes angular#12267 Closes angular#12554
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No version has been released just yet, but ngShow and ngHide do not get caught with the new class based reflow fix.
Broken:
http://plnkr.co/edit/qWpK7YWCwMjSKb5eTtXk?p=preview
Fixed:
http://plnkr.co/edit/zqhheQydJH7uta6QYgHG?p=preview
The text was updated successfully, but these errors were encountered: