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
In version 2.0.0 a bug was introduced where if you provide a longer show delay(500ms and above), it will show the default browser tooltip based on the title.
This was not previously the case up until version 2.0.0-rc.28.
Steps to reproduce the bug
Add a popover/tooltip to a element
Add the directive with a hover trigger and a show delay of 500ms or higher
See that the default browser title appears before the tooltip/popover is shown.
Expected behavior
The tooltip or popover should override the default browser title and prevent it from being shown.