Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#7426 closed defect (bug) (fixed)

Select all checkbox toggles all instead of selecting/deselecting all on manage panels

Reported by: aaron_guitar Owned by:
Priority: normal Milestone: 2.7
Component: Administration Version:
Severity: normal Keywords: checkboxes manage toggle
Cc: Focuses:

Description

In the management panels, shouldn't the "Select All" checkbox at the top of the left column do just that, select them all? Currently it toggles all the checkboxes, checked become unchecked and vice versa. Another issue with it is that it toggles ALL checkboxes in that table. This isn't an issue in most cases, but for plugin developers who add a column with their own checkboxes this is undesirable.

Change History (3)

#1 @caesarsgrunt
18 years ago

I think toggling is probably more useful, if unexpected.

But yes, it should only do the one column...

#2 @ryan
18 years ago

  • Resolutionfixed
  • Status newclosed

Keeping the toggle behavior. I think the other problem is fixed now.

#3 @DD32
18 years ago

Keeping the toggle behavior.

Well Aparantly not;

See: (In [9708]) Improve the check all: click to check all checkboxes, click again to uncheck all, Shift/click to toggle. Shift/clicking two consecutive boxes checks the range between them as before. Fixes #8217

Note: See TracTickets for help on using tickets.