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

Calling show, followed by onBeforeHide works in Chrome but not Safari #143

Open samcarlinone opened 7 years ago

samcarlinone commented 7 years ago

To programmatically show and then hide after 3 seconds I set the hide delay with the options object, then call show followed immediately by onBeforeHide, this results in the tooltip being immediately hidden in Safari, but shows and hides after 3 seconds as expected on Chrome. All OS and browsers tested were latest stable version.

ChBernat commented 7 years ago

Could you provide us a working example? eg. using a jsfiddle.

samcarlinone commented 7 years ago

Sorry I don't have the original code, and opentip doesn't seem to work on jsFiddle for me ...