Closed vprorok closed 11 years ago
I managed to fix this issue with following change:
inside function updateCanvasWidth
line: $viewportTopR.width(viewportW - canvasWidthL);
replaced with: $viewportTopR.width($viewportTopR.parent().width()- canvasWidthL);
Can reproduce this issue with one of examples?
example12-fillbrowser.html ... this one has problem with height when resizing.... try adding frozen columns and you will see problem with width as well
Please test the latest commit.
Seems to works fine. Thx
After window resize, resizeCanvas is, in case there are frozen columns, not properly calculating grid's width.