-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Select rows by pressing and dragging cursor over checkboxes #2546
Copy link
Copy link
Closed
Labels
bounty:$20Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)state:releasedReleased as stable versionReleased as stable versionstate:released-alphaReleased as alpha versionReleased as alpha versionstate:released-betaReleased as beta versionReleased as beta versiontype:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
Metadata
Metadata
Assignees
Labels
bounty:$20Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)state:releasedReleased as stable versionReleased as stable versionstate:released-alphaReleased as alpha versionReleased as alpha versionstate:released-betaReleased as beta versionReleased as beta versiontype:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
New Feature / Enhancement Checklist
Current Limitation
When selecting rows, each checkbox requires a separate click. This is tedious when streaks of adjacent rows need to be selected.
Feature / Enhancement Description
Select multiple adjacent rows by clicking in one checkbox, hold the mouse key and drag the mouse cursor down. All checkboxes underneath the drag path of the cursor should change to the state of the first checkbox. That means, if the first checkbox changed from unselected to selected, the all dragged-over checkboxes should end up being selected as well.
Alternatives / Workarounds
Status quo, where each checkbox needs to be clicked individually.