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

How to specify no hide trigger #62

Closed nicolasguenther closed 11 years ago

nicolasguenther commented 11 years ago

I don't want my tooltips to hide by user interaction, just programatically. Unfortunately there is no option for this. I tried setting:

tip.options.hideTriggers = [];

on all my tooltips, which seemed to work at first but introduced undeterministic show/hide behavior on mouseover.

enyo commented 11 years ago

Setting hideTrigger (no s) to null should work.

Cheers