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
Regression since 2022.1.119 . The last version navigating without issue is 2021.3.1207 - Dojo
Note: if the grid uses remote data, the issue is not reproducible - when more data is needed to be loaded, a loader is shown and after the data is loaded, scrolling down continues as expected - Dojo
Click on the first record of the Grid - cell 1 in ID column - the cell is focused
Press and hold Down arrow key
Current behavior
The Grid starts scrolling down and focusing other cells. At some point the Grid stops scrolling down - it may happen on reaching different records, sometimes even on record 600+, sometimes on 46.
If we scroll the Grid, navigating downwards may continue.
Expected/desired behavior
The Grid starts scrolling down and focusing other cells until the last cell is reached and focused.
The last version navigating without issue is 2021.3.1207 - Dojo