If you move the mouse quick enough toward the tooltip, it will be “captured” by the tooltip such that the tooltip will not update as long as the mouse moves within the tooltip. However, you can’t select text in the tooltip, so it seems not very useful for the tooltip to capture mouse.
See example below: http://jsfiddle.net/ffuveys6/1/
I see the source code already had a fix for this, but it’s commented out:
// this.container.style.pointerEvents = “none”;
Is it possible to add an option to specify the behavior?
Thanks