-
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 is not working properly with ChangeDetectionStrategy.OnPush #2713
Comments
Can reproduce it in the demo-app. I think the problem is because the internal In my opinion even when change detection is Maybe @jelbourn @kara @devversion do have an idea/opinion? |
One of our goals for exiting beta is that all of the components work with OnPush, so it's definitely something we want to address. PRs are always welcome! |
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:
Inside a component with
changeDetection: ChangeDetectionStrategy.OnPush
the mdTooltip is not working properly.What is the expected behavior?
When the mouse is over the element, the tooltip is showed, and when the mouse leave the element, the tooltip is hidden.
What is the current behavior?
Show the tooltip sometimes when the mouse leave, sometimes never, sometimes when the mouse is over... Is not always the same behavior.
Which versions of Angular, Material, OS, browsers are affected?
Browser: Chrome 55.0.2883.95 (64-bit)
The text was updated successfully, but these errors were encountered: