You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
If you have md-autohide enabled on a tooltip that has a md-delay set, and you mouse over and off the object in less time then the delay period, then the tooltip will still show up (which it shouldn't) and will remain on (which it also shouldn't do).
Actual behavior:
What is the issue? Tooltip displays and remains after the mouse leaves the object.
What is the expected behavior? Tooltip should not display because the mouse left the object before the delay period.
Steps to reproduce the issue:
Add a md-tooltip to a md-fab. Set md-delay and md-autohide (set delay to about 1000 to make this easier to demonstrate)
Move your mouse over the fab and then off the fab in less time then the delay (ie <1000ms)
The tooltip will show after the delay, and will remain until you mouse over again. This is new in 1.1. This worked on the previous version that I used (material 1.0.5).