Bug: Fail in IE8 with webix@2.2.10

line 30427: this._progress.style.left = scroll.x +"px;";

should remove semicolon after px

line 30427: this._progress.style.left = scroll.x +"px";

Hi,

thanks for the bug report. We will fix this.