Opened 13 years ago
Closed 13 years ago
#18059 closed defect (bug) (invalid)
Wordpress 3.2 > Select All > Update Plugins Problem
Reported by: | espressive | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2 |
Component: | UI | Keywords: | reporter-feedback |
Focuses: | Cc: |
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)
#2
follow-up:
↓ 3
@
13 years ago
Sorry mean to include that info. Ubuntu 11.04 using Chrome 12. Will try disabling plugins, using the default admin theme.
#3
in reply to:
↑ 2
@
13 years ago
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.
#4
@
13 years ago
- Cc info@… added
Confirmed.
Single site installation with a simple theme without backend options.
#6
@
13 years ago
- Resolution set to fixed
- Status changed from new to closed
Bug fixed in 3.2.1 update, thanks!
#8
@
13 years ago
- 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.
#9
follow-up:
↓ 11
@
13 years ago
- 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.
#11
in reply to:
↑ 9
@
13 years 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.
Cannot reproduce. What browser and OS? Have you tried disabling all plugins and using the default theme?