Hello,
The rows in my grid are expandable. When the rows are expanded they contain a nested grid.
I am finding in Chrome 33.0.1750.154 and IE 9 that when I click inside the nested grid the focus() function is invoked on the nested grid’s wrapper. This behaviour has been introduced by the this.editcell check in _handlemousedown.
If the wrapper of the nested grid is not fully in view the focus() function causes the wrapper to become fully visible. This causes the main grid to shift up as many rows as necessary to make the nested grid wrapper visible.
When that behaviour happens the main grid becomes unusable:
1) It is no longer possible to scroll to the top of the main grid.
2) The row expansion buttons on the main grid stop working.
This behaviour is generally reproducible on my grid, but occasionally it does not happen.
JQWidgets 3.2.1
jquery-1.9.1
jquery-ui-1.9.2
Thank you,
Michael