Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix broken non-animatable transition fallback #1141

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

Merged
merged 1 commit into from
Nov 14, 2016

Conversation

rreusser
Copy link
Contributor

@rreusser rreusser commented Nov 14, 2016

This PR adds a previously-failing test and corresponding bug-fix for animating bar graphs. Since it was not previously tested, a regression snuck in in the logic that skips non-animatable traces. The updates aren't pretty, but at least now modules that have module.animatable !== true will update.

@rreusser rreusser added status: reviewable bug something broken labels Nov 14, 2016
@etpinard
Copy link
Contributor

a regression snuck in in the logic that skips non-animatable traces.

Do you which particular commit / PR produce this regression?

@etpinard etpinard added this to the v1.20.0 milestone Nov 14, 2016
@rreusser
Copy link
Contributor Author

rreusser commented Nov 14, 2016

It was this commit: a0da51d

If the module was not animatable, continue skipped the next and final instruction in the loop. I appended another instruction, so that pattern became invalid. Just a logic error due to untested behavior 😞

@etpinard
Copy link
Contributor

@rreusser thanks! πŸ’ƒ

@rreusser rreusser merged commit 7dd96f0 into master Nov 14, 2016
@etpinard etpinard deleted the fix-animation-fallback branch November 15, 2016 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants