Patch #27807
closedUse a unique way to check/uncheck a group/fieldset with checkboxes
Description
Currently, there are 2 ways to check/uncheck a group/fieldset with checkboxes:
1. Using the green tick icon in screens like:
- New member modal
- Workflow, tab Status transitions
2. Using the explicit links "Check All/Uncheck All" in screens like
- New tracker form
- New custom field form
These 2 patches propose to replace the explicit links from the above mentioned screens (point 2) with the toggle feature.
In this way, will have a unique and consistent way to check/uncheck a group of checkboxes across the application.
I chose to use the version with the green tick because it requires less space than the explicit links and it fits better.
I'm not saying that the green tick is the best option, but this is an ongoing discussion (#27678).
Files
Related issues
Updated by Marius BĂLTEANU almost 7 years ago
- Tracker changed from Defect to Patch
Updated by Marius BĂLTEANU almost 7 years ago
- File Screen Shot 2017-12-16 at 12.04.52.png added
- File Screen Shot 2017-12-16 at 12.05.07.png added
- File Screen Shot 2017-12-16 at 12.05.33.png added
- File Screen Shot 2017-12-16 at 12.05.42.png Screen Shot 2017-12-16 at 12.05.42.png added
- File Screen Shot 2017-12-16 at 12.05.54.png Screen Shot 2017-12-16 at 12.05.54.png added
Some screenshots
Updated by Marius BĂLTEANU almost 7 years ago
- Related to Patch #27678: Make "Check all / Uncheck all" link noticeable added
Updated by Mizuki ISHIKAWA almost 7 years ago
+1
I think that this change will improve usability.
Updated by Marius BĂLTEANU almost 7 years ago
- Related to Defect #28079: The green tick is positioned after the label in the new member modals added
Updated by Marius BĂLTEANU almost 7 years ago
I'm removing patches 0007 and 0008 because were committed in #28079.
Updated by Marius BĂLTEANU almost 7 years ago
- File deleted (
0007-use-regular-icon-icon-checked-classes.patch)
Updated by Marius BĂLTEANU almost 7 years ago
- File deleted (
0008-fix-icon-position-in-new-member-modal.patch)
Updated by Go MAEDA almost 7 years ago
I agree to fix the problem that green tick icons are missing on some pages.
But I am worried that patch 0005 and 0006, which delete existing UI elements, may cause confusion for users because the green tick icons are not so noticeable as Mizuki mentioned in #27678.
Updated by Marius BĂLTEANU almost 7 years ago
- Description updated (diff)
I've moved the patches that add the toggle checkboxes feature (the green tick) to several screens to this ticket (#28242).
In this one we can discuss more about replacing the "Check all | Uncheck all" links with the same toggle checkboxes mechanism in order to a have a unique an consistent way to check/uncheck a group of checkboxes across the application
Updated by Marius BĂLTEANU almost 7 years ago
- Related to Patch #28242: Add toggle checkboxes link (green tick) to several screens added
Updated by Marius BĂLTEANU almost 7 years ago
- File deleted (
0001-adds-toogle-checkboxes-to-activities-tab-from-projec.patch)
Updated by Marius BĂLTEANU almost 7 years ago
- File deleted (
0003-adds-toogle-checkboxes-to-project-modules-from-proje.patch)
Updated by Marius BĂLTEANU almost 7 years ago
- File deleted (
0002-adds-toogle-checkboxes-to-trackers-and-custom-fields.patch)
Updated by Marius BĂLTEANU almost 7 years ago
- File deleted (
0004-adds-toogle-checkboxes-feature-to-roles-permissions.patch)
Updated by Marius BĂLTEANU almost 7 years ago
- File deleted (
Screen Shot 2017-12-16 at 12.04.52.png)
Updated by Marius BĂLTEANU almost 7 years ago
- File deleted (
Screen Shot 2017-12-16 at 12.05.07.png)
Updated by Marius BĂLTEANU almost 7 years ago
- File deleted (
Screen Shot 2017-12-16 at 12.05.33.png)
Updated by Go MAEDA over 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
Committed. Thank you for your contribution.