-
Notifications
You must be signed in to change notification settings - Fork 183
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
Fixed state not being reset to correct value when transitioning out #628
Fixed state not being reset to correct value when transitioning out #628
Conversation
1434264
to
f60a8fe
Compare
@dardalan @alex-konoval This PR seems to correctly fix the issue. Is there something missing before it can be merged ? Can I help ? |
Sorry for neglecting this for so long. If you can rebase it and add an entry to the changelog I'll merge it today. |
@cibernox no worries, will try to update it asap. |
f60a8fe
to
555a536
Compare
@cibernox Please check it out, when you have a time. |
@cibernox can you check please and merge if all is good? |
Thanks! Merged! |
Great! 🙏 |
@cibernox Thanks! |
@cibernox Would you cut a release? 🙌 |
Released in 4.0.1 |
This is already opened pr on this Issue #623
but i am not sure we should make any changes on this code ember-basic-dropdown, cause on production code - it works good, the only problem with tests, so i made a workaround for testing purpose. Any idea how to fix this issue better, very welcome.
The transitioning--in etc classes don't get reset after the first render. When the dropdown content first renders, it animates correctly, but on subsequent renders there is no animation - cause state not being reset to correct value.
Looks like it was broken here in this commit, so idea to revert back and cover with tests:
1819c01#diff-73297f8c71645544a2a6826e5c3146aff7cb2333d9c17fe968258e5f14dc4a79R164