Knockout-Contrib / Knockout-Contrib/KoGrid

Selecting multiple rows using Shift key

Open
#303 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
277
Forks
124
PR merge metrics
No merged PRs in 30d

Description

After selecting multiple rows using the shift key the grid then fails to clear the selected rows correctly and also I am unable to update the row data for the selected rows.

I think the issue is related to grid.$$selectionPhase not getting set to false after the multi row selection using shift key.

KoGrid.js - Line 1817: return true; is called and grid.$$selectionPhase is not reset to false;

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in KoGrid.js around line 1817 and reproduce multi-row selection with the Shift key. Trace the selection phase through selecting, clearing, and updating rows, then verify that both clearing selected rows and updating their data work correctly after a Shift selection.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.