Problem with scrollview & Jet subview

Hi,
See please https://drive.google.com/file/d/0B9Kh_ZxG9R5MN2VRNGZiX0tSeVk/view?usp=sharing

It is a snippet of my Webix Jet code. The problem is that subview in the right part of the window displays incorrectly after the left menu click.
After full rebooting of page it displays fine. After resizing of page it also become fine.

It seems that size of elements doesn’t calculate after menu click.

If I remove top-level scrollview in top.js then the problem disappears.
But I really need the scrollview :slight_smile:

BTW this question was bound with the same problem: http://forum.webix.com/discussion/5612/input-has-zero-width-after-show#latest

Any idea?

Hi,

I’ve sent you a PM.

Hi!

I have the same problem… can you help me?? Thanks!

$onurlchange: function () {
$$(“scrollview”).adjust();
}