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.
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 betweenclosed
andreopened
tooltip states are small enought. It leads to the appearing of unstyled tooltip on page, so we need to check this situation.