Vote #79016
完了Use a unique way to check/uncheck a group/fieldset with checkboxes
0%
説明
Currently, there are 2 ways to check/uncheck a group/fieldset with checkboxes:
- Using the green tick icon in screens like:
- New member modal
Workflow, tab Status transitions
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).
journals
--------------------------------------------------------------------------------
Some screenshots
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
+1
I think that this change will improve usability.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I'm removing patches 0007 and 0008 because were committed in #28079.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed. Thank you for your contribution.
--------------------------------------------------------------------------------
related_issues
relates,New,27678,Make "Check all / Uncheck all" link noticeable
relates,Closed,28079,The green tick is positioned after the label in the new member modals
relates,Closed,28242,Add toggle checkboxes link (green tick) to several screens