You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a fairly simple, ajax-sourced grid with autoedit off.
When the user is done editing the grid jumps back to the top.
This seems to be due to the setFocus() function, which calls $canvas[0].focus().
Although this code is called multiple times before cancelling or saving the edit,
it is only at this point that the grid jumps back to the top.
This occurs with Firefox and Chrome, but not internet explorer 9.