Defect #30236
closedAccidentally clicking next to the checkbox breaks issue selection
0%
Description
Expected behavior would be that issues don't get unchecked when clicking outside checkbox, and that clicked issue gets added to selection
Files
Related issues
Updated by Aleksandar Pavic almost 6 years ago
Sorry its primary click. Some people swap buttons...
Updated by Go MAEDA almost 6 years ago
I think the current behavior is natural. You can select multiple issues if you click issues while pressing Control/Command key.
Updated by Aleksandar Pavic almost 6 years ago
Fore example, gmail is not behaving the way Redmine is. Gmail captures click anywhere on checkboxes parent TD element, here is screen capture...
Perhaps it should be left to per-theme setting...
Updated by Mizuki ISHIKAWA almost 6 years ago
- File feature-30236.patch feature-30236.patch added
- File checkbox.gif checkbox.gif added
- File label.png label.png added
I wrote a patch to make the range up to the parent TD element of the checkbox a clickable range.
It is difficult to click without mistaking a small checkbox.
This small change should impxrove usability.
clikable range:
Updated by Aleksandar Pavic almost 6 years ago
Thanks Mizuki, oh I love jQuery!!! target.closest
smart solution, hopefully Redmine team will include your patch in some new release :)
Updated by Go MAEDA almost 6 years ago
- Target version set to Candidate for next minor release
Updated by Go MAEDA almost 6 years ago
- Target version changed from Candidate for next minor release to 4.1.0
LGTM. Setting the target version to 4.1.0.
Updated by Jean-Philippe Lang almost 6 years ago
- Subject changed from Right clicking on issue list breaks selection (unchecks all selected issues) to Accidentally clicking next to the checkbox breaks issue selection
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version changed from 4.1.0 to 4.0.2
- Resolution set to Fixed
I've committed a fix similar to the one proposed by Mizuki but that does not require to add labels on every checkboxes.
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from Resolved to Closed
Updated by Go MAEDA over 4 years ago
- Has duplicate Feature #5506: Make it easier to select multiple issues via checkboxes added