#17527 closed defect (bug) (fixed)
Select All checkbox on comment moderation page doesn't uncheck items when unchecked.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Administration | Version: | 3.2 |
| Severity: | major | Keywords: | |
| Cc: |
Description
On the users, comments and post moderation pages in wp-admin (eg, /wp-admin/edit-comments.php, users.php, edit.php) checking, then unchecking the 'select all' box does not unselect all the displayed items.
How To Reproduce:
- Log in to wp-admin
- Navigate to /edit.php
- Check upper left hand checkbox to 'select all'
- Uncheck box.
- Posts (or users or comments) remain checked.
A blog running 3.1.2 does not exhibit this behavior.
Problem occurs even with twentyten and no plugins.
Chrome 13.0.767.1, OS x 10.6
Change History (7)
comment:1
nacin
— 2 years ago
- Milestone changed from Awaiting Review to 3.2
- Severity changed from normal to major
comment:3
azaozz
— 2 years ago
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
comment:4
follow-up:
↓ 5
scribu
— 2 years ago
$(this).prop('checked') could just be this.checked, no?
comment:5
in reply to:
↑ 4
azaozz
— 2 years ago
Replying to scribu:
In theory - yes, in practice I seem to remember some browsers having problems there when checkboxes are checked by JS (it could be old browsers that we no longer support though).
In [17979]: