Im loading webix compontents dynamical to a static page.
I have a datatable with some leftSplit columns, an after loading the table I move and resize some columns by javascript. I works.
But sometimes Chrome (testet on windows and mac) has rendering problems: only some columns are displayed.
It made it much better, when the script sets leftSplit to ZERO before moving columns and at the end set leftSplit again to the initial value. But still rendering problems occur. (sometimes)
Looks like Chrome wants to be special intelligent in optimizing resources
By any chance, are you using Beta or Canary builds of Google Chrome? I can confirm some similar issue with Beta version, but it works correctly for latest stable version.