Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting rows using Shift + ↓ (down key) #2257

Open
Zneeky opened this issue May 30, 2024 · 0 comments
Open

Selecting rows using Shift + ↓ (down key) #2257

Zneeky opened this issue May 30, 2024 · 0 comments

Comments

@Zneeky
Copy link

Zneeky commented May 30, 2024

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.

  • ignite-ui version: 2023.2
  • browser: all

Steps to reproduce

  1. Select the first row in the igGrid. (mouse click)
  2. Press Shift + ↓ to select additional rows below the first one.
  3. 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 + ↓.

Attachments

Sample Code:
https://jsfiddle.net/Zneeky/1zqpwker/6/
Screenshots:

result
showcaseGIF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants