window central position and tab widget

I have movable window with position:“center”, with tabs inside it. If user moved window and when clicked any tab, position of window sets back to center. That’s rather weird, I expected center position to be set only upon initial showing.
http://webix.com/snippet/b1fcd32d

I can confirm the bug, thank you for reporting!

I guess it’s window-related bug and not because of particular widget. But if it is, and bug fixing will be for each such widget, then I can add that it’s same behavior when instead of tabs it’s calendar widget changing months

it’s window-related bug

It is. Re-rendering returns the window to the initial position.

this workaround is possible: http://webix.com/snippet/63034a4d

indeed! Thanks, intregal!