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
CTooltip removes the style immediately when it is hidden. Before the element is removed, the tooltip flashes at the end of the body (the animation for hiding runs at the end of the body, instead of above the source element). In javascript version this is fine, the style is removed after the animation is finished.