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
This is a bit complex issue, so I created a plunker to demonstrate it. The main culprit of this behavior is the position: initial applied by me to the tooltip.
The only solution I have found so far, is not to immediately remove the tooltip in removeTooltip function but instead to $timeout the removal after say 10 milliseconds.
This is a bit complex issue, so I created a plunker to demonstrate it. The main culprit of this behavior is the position: initial applied by me to the tooltip.
The only solution I have found so far, is not to immediately remove the tooltip in removeTooltip function but instead to $timeout the removal after say 10 milliseconds.
http://embed.plnkr.co/0XjQ5dKkJcv5eQXlZAn4/preview
The text was updated successfully, but these errors were encountered: