if container has border, then adjust function works not right.
adjust:function(){
...
var x = this._viewobj.parentNode.offsetWidth||0;
var y = this._viewobj.parentNode.offsetHeight||0;
...
}
should use clientWidth and clientHeight, not offsetWidth and offsetHeight.
see here: http://webix.com/snippet/a0a5c0f5