tooltip in window 6.2

In 6.2 tooltip in window somehow stays after window closing (with this.getTopParentView().close()).
In 6.1.2 it works flawlessly.


$tooltipOut @ VM4510 webix.js:3869
_move_tooltip @ VM4510 webix.js:3808
(anonymous) @ VM4510 webix.js:299
21:46:28.729 VM4510 webix.js:3869 Uncaught TypeError: Cannot read property '$tooltipOut' of undefined
    at Object.$tooltipOut (VM4510 webix.js:3869)
    at Object._move_tooltip (VM4510 webix.js:3808)
    at HTMLDocument.<anonymous> (VM4510 webix.js:299)

Hello,

Yep, I can confirm the issue, thank you for reporting. We will publish a fixed build this week.

By the way, the bug occurs it the target view is destroyed, and this is done by the .close() method.

So, if it is applicable to your case, you can use win.hide() instead of .close() to reuse the widget rather than destroying and recreating it.