-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
When the browser does not display a vertical scrollbar the grid goes into an infinite loop of moving up and down.
Details:
The grid has the auto-resize directive set.
The grid has the row-select directive set.
The grid has both a header and footer.
Grid+Page Content does not fill the page.
When the browser window is resized the grid resize event fires.
If the new grid size is smaller than the new window size, but the grid is temporarily larger than the window size, the browser resize bar triggers and infinite loop of resize events.
Forcing the vertical scrollbar to appear on the page at all times is a work-around for preventing this issue from occurring.
This issue reproducible in IE 9 and Chrome Version 39.0.2171.71 m. It does not seem to be an issue in later versions of IE.