Disappearing tooltips

Is there a way to make Webix tooltips not to disappear when mouse moves over the element with the tooltip?

To illustrate - please compare tooltip behaviour for HTML button and Webix button:

https://snippet.webix.com/pmlxebq7

When hovering over HTML button tooltip stays visible all the time mouse is over the button. For Webix button, after every slightest move, tooltip hides and then reappears, resulting in jittery experience.

Hello,

Yes, it’s expected behaviour.
Solution for your case: https://snippet.webix.com/p26vx9hi
https://docs.webix.com/api__link__ui.proto_$tooltipmove_other.html

Thank you!