Feature #5506
closedMake it easier to select multiple issues via checkboxes
0%
Description
It's possible to select multiple issues by checking the checkboxes in the issue table. However, you have to make sure you hit the actual checkbox, because if you miss the checkbox but still hit the table cell that contains the checkbox all your marked issues are dropped.
In my opinion, a good solution would be to count clicks within the entire tr.issue.td.checkbox region since is most likely that the user intended to check the checkbox (this is probably not valid css ;-)).
Related issues
Updated by Nick Peelman over 14 years ago
Have you tried holding control or shift when selecting multiple items?
Updated by John B over 14 years ago
What Nick Peelman just wrote does in fact solve the problem, but I didn't know about this feature until now.
Also, it seems that by using Shift you get some strange behaviour (multiple items get selected if you shit-click on the cell of the checkbox but not the checkbox itself.); In my case Issue #8 + Issue #9 got selected automatically when shift-clicking on Issue #9's cell that contains the checkbox.
Updated by Jonas De Meulenaere over 13 years ago
- Category set to Issues
Use Crtl instead to select individual lines. Shift selects a range of lines (from...to). This behaviour is identical to other list selection on Windows/Linux.
Updated by Phil Miller over 11 years ago
Shift-click selects issues between a range when clicking outside the checkbox, but not when clicking on the checkbox(es) for either click. So, range selection is now possible (i.e. this issue could be resolved) but it has some usability problems.
Updated by Go MAEDA over 4 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
John B wrote:
In my opinion, a good solution would be to count clicks within the entire tr.issue.td.checkbox region since is most likely that the user intended to check the checkbox (this is probably not valid css ;-)).
Fixed in Redmine 4.0.2 (#30236).
Updated by Go MAEDA over 4 years ago
- Is duplicate of Defect #30236: Accidentally clicking next to the checkbox breaks issue selection added