Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: newclosed

(In [6834]) Fixes #1935: Toggle checkboxes in list views

comment:2 by Nicklas Nordborg, 9 years ago

(In [6836]) References #1932: Improve display of selection list in table filters

Modifed the 'select/deselect' all function to toggle unless CTRL, ALT or SHIFT is used to make this behave the same as the other list selection (see #1935).

comment:3 by Nicklas Nordborg, 9 years ago

(In [6838]) References #1935: Toggle checkboxes in list views

Send 'change' event when checkboxes are toggled.

Note: See TracTickets for help on using tickets.