Hey there,
i have a button ("button_solarmover") that triggers a symbol ("solarmover" - a tooltip-like div-container with image and text). But if you move your cursor quick enough, the mouseleave-function doesn't work.
How i can i fix it? Google tells me something about a timeout-function, but i'm not sure how to include it into Edge..
That's my code:
| Symbol.bindElementAction(compId, symbolName, "${_button_solarmover}", "mouseenter", function(sym, e) { | |
| sym.getSymbol("solarmover").play("show"); | |
| sym.getSymbol("button_solarmover").play("show"); |
| }); |
See the sample file created for this @ https://www.dropbox.com/s/7ohe2xpf5yh8uh5/mouseOverTimer.rar?dl=0
You'll get the idea.
hth,
Vivekuma