enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

Hideon as Table #31

Closed nillerch closed 11 years ago

nillerch commented 11 years ago

Hi it seems that , hideOn: ['mouseleave','click'] does not work properly, I can can get each of the event to work but I want the hide the, tootltip on both events (the first in the array works) , or am I doing anything wrong ?

thx

Torben

enyo commented 11 years ago

It doesn't work this way. If you want multiple hide events, you need multiple hide triggers... It's a bit dumb: use an array of hideTriggers in the option, and then the array for hideOn.

enyo commented 11 years ago

PS: Sorry for the late reply. I'm quite busy at the moment.