Defect #30236
closed
Accidentally clicking next to the checkbox breaks issue selection
Added by Aleksandar Pavic almost 6 years ago.
Updated over 5 years ago.
Description
Expected behavior would be that issues don't get unchecked when clicking outside checkbox, and that clicked issue gets added to selection
Files
Sorry its primary click. Some people swap buttons...
I think the current behavior is natural. You can select multiple issues if you click issues while pressing Control/Command key.
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...
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:
Thanks Mizuki, oh I love jQuery!!! target.closest
smart solution, hopefully Redmine team will include your patch in some new release :)
- Target version set to Candidate for next minor release
- Target version changed from Candidate for next minor release to 4.1.0
LGTM. Setting the target version to 4.1.0.
- 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.
- Status changed from Resolved to Closed
- Has duplicate Feature #5506: Make it easier to select multiple issues via checkboxes added
Also available in: Atom
PDF