Opened 23 months ago
Closed 23 months ago
#18059 closed defect (bug) (invalid)
Wordpress 3.2 > Select All > Update Plugins Problem
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | UI | Version: | 3.2 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | info@… |
Description
HI there,
On the update page in Wordpress 3.2, wp-admin/update-core.php?action=do-plugin-upgrade, the select all toggle does not tick all plugin boxes.
Change History (12)
comment:2
follow-up:
↓ 3
espressive — 23 months ago
Sorry mean to include that info. Ubuntu 11.04 using Chrome 12. Will try disabling plugins, using the default admin theme.
Replying to espressive:
Sorry mean to include that info. Ubuntu 11.04 using Chrome 12. Will try disabling plugins, using the default admin theme.
Same setup as myself then. I meant the theme used for the frontend of your site and not grey/blue admin theme.
- Cc info@… added
Confirmed.
Single site installation with a simple theme without backend options.
Check For JavaScript errors. Disable all plugins and switch to the default theme.
comment:6
espressive — 23 months ago
- Resolution set to fixed
- Status changed from new to closed
Bug fixed in 3.2.1 update, thanks!
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from reopened to closed
There were no changes made related to that code AFAIK, and I couldnt reproduce either.
- Cc info@… removed
- Resolution worksforme deleted
- Status changed from closed to reopened
I still have the problem. Here is the output from Opera’s error console:
Uncaught exception: TypeError: 'a(this).prop' is not a function
Error thrown at line 1, column 10318 in <anonymous function>(l) in http://toscho.de/wp-admin/js/common.js?ver=20110610:
var m=a(this).prop("checked"),k="undefined"==typeof toggleWithKeyboard?false:toggleWithKeyboard,j=l.shiftKey||k;
called from line 55, column 294 in <anonymous function: handle>(a) in http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js:
i=i.handler.apply(this,arguments);
called via Function.prototype.apply() from line 49, column 569 in <anonymous function: o>() in http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js:
return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w
On some other sites it works.
comment:10
toscho — 23 months ago
- Cc info@… added
comment:11
in reply to:
↑ 9
duck_ — 23 months ago
Replying to toscho:
I still have the problem.
Try disabling all plugins and switch to the default theme.
The error message is showing the use of jQuery served from the Google CDN which is not default behaviour. The problem is probably the usage of the old jQuery 1.4.2 and I would guess the culprit is your theme.
comment:12
toscho — 23 months ago
- Resolution set to invalid
- Status changed from reopened to closed
Ah, right. I used the plugin »Use Google Libraries« which is outdated. Closing this as invalid.

Cannot reproduce. What browser and OS? Have you tried disabling all plugins and using the default theme?