Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tarmo Toikkanen

    (@tatti)

    Hi. The tooltip can contain images and links (basically, ane html content), so people may want to interact with it. That’s why automatic mouse out is a bit of a problem. The tooltip will go away when you click anywhere outside it.

    Of course, if you want the tooltip to fade away automatically, you can just edit the javascript file to get that effect.

    Plugin Author Tarmo Toikkanen

    (@tatti)

    More specifically: in the imagemapper_script.js file, line 87 has the function that reacts to a click and closes the active tooltip. Copy that content to a mouseleave even handler.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make tooltip disappear’ is closed to new replies.