The header and its content do not align to each other once setColumnWidth is called.

Hi,
We are currently working on a table that utilizes treetable, and we have encountered an issue with setColumnWidth.
It seems to happen randomly, but when we use our own editing routine, we would recalculate the new width for the column and call setColumnWidth to adjust appropriately. What happens is that once setColumnWidth is called, it will sometimes produce the result shown below:
http://postimg.org/image/7g04dkuix/

We know that it is an issue with setColumnWidth because we have tried to call setColumnWidth explicitly in chrome’s developer’s tool, and the same behavior is observed.

Any response or thought is much appreciated!

Edit:
We found out that the said issue only happens in chrome. We have tested it in both firefox and ie, and they both work fine!
The version of webix we have tried: 2.2.7 and 2.5

Which value you are passing in the setColumnWidth method in the problematic case? Is it a valid integer?

Yes, it is a valid integer.
More importantly, this only happens in chrome but not in other browser.
And the behavior occurs randomly, it doesn’t seem to have a pattern of when it occurs.

There was an issue with sizing in latest chrome, which already must be fixed in Chrome Canary builds.

Please check your app in Chrome Canary, if it works there and your app is not in production stage yet, just wait for next Chrome update, which will resolve the issue.

If the issue is not fixed, or you need the fix ASAP, please provide a sample where issue can be checked.

Thank you maksim.
The issue is resolved in Chrome Canary, we are not in production stage yet, so hopefully by that time the chrome will have it patched.