Resizer glitch

There is a resizer glitch where after dragging the resizer line between sections A and B, if there’s an adjacent section C then it will also get resized by one pixel. Steps to reproduce:

  1. Go here: http://webix.com/demo/layout/basic-layout/
  2. Drag either a row or column resizer line.
    • If you drag the top row resizer line, then the bottom row resizer line will move up one pixel.
    • If you drag the bottom row resizer line, then the top resizer line will move down one pixel some of the time.
    • If you drag the column resizer line, then the vertical line between columns 2 and 3 will move left one pixel.

Yep, I can confirm the issue.

In the above demo all cell have a percent based sizes, so during cell resize those percents are recalculated and it seems we have some rounding issue.

If any of cells has a fixed size such problem will not occur.

Thanks for problem report anyway, we will try fix it in the next build.