Component placed in a container does not resize

I notice that a component placed in a container does not resize when browser window size is changed.

Same behavior, after an already initialized layout is altered (the new component does not resize).

How can this be overcome?

Anyone can assist?

http://webix.com/snippet/3fdb283d

added the line below, which seems to do the trick

webix.event(window, “resize”, function(){ $$(‘test’).adjust(); });