angular-ui/ui-grid

Grid jumping and losing edit mode when entering deepEdit when scrolled down

rtavassoli opened this issue · 2 comments

I am using the grid with enableCellEditOnFocus=true. When scrolled down and double-clicking into a cell to enter deepEdit, the grid "jumps", which sometimes leads to the cell not being in edit mode at all. I found the reason to be on line 14851 of ui-grid.js:

$scope.grid.disableScrolling = true;

What happens here is that the scrollbars disappear, which can lead to the grid height changing when the horizontal scrollbar disappears, and the grid "jumping". I deleted that line and things seem to work, but am sure there will be other issues with my dirty-fix.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed because it has not had recent activity. If you believe that this is still an issue in the latest version, feel free to re-open it. Thank you for your contributions.