Hi,
At least that is my guess: it seems to me that calling ‘close’ while the ‘open’ animation is still ongoing will simply be ignored.
Here’s a simple fiddle showing the problem:
http://jsfiddle.net/_stephan_/TW79Z/3/
In the fiddle there is no delay in between, but in my real app there actually is a short delay and event then it does not work.
My real use case is this: I have writte “onmouseenter” and “onmouseleave” event handlers for my control and within these handlers i call “open” and “close” for the tooltip respectively. If I now move the mosue across the control very fast the tooltip will appear but will not disappear.
Regards,
Stephan