-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
mdTooltip: no animation with ChangeDetectionStrategy.OnPush #4338
Comments
I think this was fixed by #3671. Try using the latest master build to see if your issue has been fixed. |
Should be fixed by #3671 |
thx @willshowell @jelbourn ! |
Just use material2-builds, it rarely ever breaks stuff. Been running on the edge for a while without any problems. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug: Animation of tooltips not working in combination with ChangeDetectionStrategy.OnPush
What is the expected behavior?
The animation of mdTooltip should work with ChangeDetectionStrategy.OnPush
What is the current behavior?
First there is just a small rectangle with the background color of the tooltip visible. Then it directly shows the full tooltip. Also if I slightly move the cursor above the md-icon-button, the tooltip "jumps" between not visible, fully visibly and just the small rectangle.
Which versions of Angular, Material, OS, browsers are affected?
Angular 4.0.2
Material 2.0.0-beta.3
Is there anything else we should know?
It worked with 2.0.0-beta.2
The text was updated successfully, but these errors were encountered: