Open zontafil opened 7 years ago
Looks like disableMouseEvents
does not work for guide balloons.
Will let you know when the fix is available. (sorry no ETA)
OK, so the issue is that disableMouseEvents: false
DOES work, and it generates a rollout event, which effectively hides the balloon.
As a workaround, try delaying balloon fade out with fadeOutDuration
:
"balloon": {
"disableMouseEvents": false, // allow click
"fixedPosition": true,
"fadeOutDuration":5
}
I hope you find this useful.
Is there any update for this issue? I use the latest version of 3 and I have the same problem. The workaround works, but it's not exactly what we are all searching for.
I'm trying to add a link to a guide balloon, so I set disableMouseEvents to false.
However, on mouseover the balloon is hidden.
http://jsfiddle.net/6kqL7L3q/