#1935 closed enhancement (fixed)
Toggle checkboxes in list views
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.5 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The 'Check/uncheck' all icon should toggle checkboxes instead of either checking or unchecking all of them. Holding down CTRL, ALT or SHIFT should be used to get the old behavior.
There is also a problem with having a fixed id='check.uncheck' on the icon since on some pages there are more than one list and the icons interfere with each other.
Change History (3)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
(In [6834]) Fixes #1935: Toggle checkboxes in list views