Tab does not adjust size

Hi,

I have tabview that has two tabs.
Each tab has different height.
When I switch between tabs, tab’s size does not get adjusted.
Please see snippet: http://webix.com/snippet/6e68ce9e
Minor issue:
I did not get snippet to work but code is there, please let me know why snippet did not work.

The same problem already fixed in the local code (your code snippet works correctly), fix will be available as part of next build ( will be released on the next week )

As temporary solution, you can add an empty view in first panel. It will add some free space, so both tabs will be visible. As for snippet tool - as you are creating a window, it need to have a window.show call to make ui visible.

http://webix.com/snippet/413e2521

thanks, looking forward to next build.