stevenbenner / jquery-powertip

:speech_balloon: A jQuery plugin that creates hover tooltips.
https://stevenbenner.github.io/jquery-powertip/
MIT License
821 stars 137 forks source link

Added verification before removeClass #140

Closed erthalion closed 5 months ago

erthalion commented 9 years ago

I'm not 100% sure (because I have quite complex code to reproduce this), but it looks like sometimes fadeOut function can be executed after tooltip reopening, if time interval between closed and reopened tooltip states are small enought. It leads to the appearing of unstyled tooltip on page, so we need to check this situation.