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
Selecting rows using the Shift + ↓ (down key) initially selects rows correctly. However, upon starting again from the first row, the second row (only) gets deselected unintentionally.
ignite-ui version: 2023.2
browser: all
Steps to reproduce
Select the first row in the igGrid. (mouse click)
Press Shift + ↓ to select additional rows below the first one.
Repeat steps 1 and 2 again.
Result
After deselecting all rows and attempting to reselect from the first row using Shift + ↓, the second row alone does not get selected while other rows are selected correctly. This occurs upon reinitiating the selection process, leading to inconsistent and unexpected selection behavior.
Expected result
The expected result after clearing the selection and beginning anew is for all rows, including the second row, to be selected consistently when extending the selection downwards using Shift + ↓.
Description
Selecting rows using the Shift + ↓ (down key) initially selects rows correctly. However, upon starting again from the first row, the second row (only) gets deselected unintentionally.
Steps to reproduce
Result
After deselecting all rows and attempting to reselect from the first row using Shift + ↓, the second row alone does not get selected while other rows are selected correctly. This occurs upon reinitiating the selection process, leading to inconsistent and unexpected selection behavior.
Expected result
The expected result after clearing the selection and beginning anew is for all rows, including the second row, to be selected consistently when extending the selection downwards using Shift + ↓.
Attachments
Sample Code:
https://jsfiddle.net/Zneeky/1zqpwker/6/
Screenshots:
The text was updated successfully, but these errors were encountered: