[jQuery] cluetip onMouseOut Stick problem

[jQuery] cluetip onMouseOut Stick problem


When sticky: true and mouseOutClose: true are set the cluetip doesn't
always close when you mouse out.
Look at the example on the JQUERY DEMO PAGE:
http://plugins.learningjquery.com/cluetip/demo/
Look at jTip Theme,
1. jTip Style clueTip, with slideDown effect and an image placed in
the title for closing it, because it's sticky.
New: The clueTip will close if you mouse out of it.
The only way I can get the cluetip to close is moving the mouse on top
of the cluetip.
Anyone else have this issue and how to resolve it?