#17952 closed task (blessed) (fixed)
Update to latest jQuery and UI
Reported by: | hebbet | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | External Libraries | Keywords: | needs-patch |
Focuses: | Cc: |
Description
jQuery 1.6.2 was released today.
Attachments (1)
Change History (29)
#3
@
13 years ago
- Keywords 3.3-early added
- Milestone changed from Awaiting Review to Future Release
We'll drop this into trunk right after we branch. If things don't break then 3.2.1 is possible.
#6
follow-up:
↓ 9
@
13 years ago
- Keywords 3.3-early has-patch removed
- Owner set to azaozz
- Status changed from new to reviewing
- Summary changed from Update to jQuery 1.6.2 to Update to latest jQuery and UI
The update to jQuery 1.6.1 brought quite a few plugin/theme issues despite that we did everything possible to warn plugin and theme authors. Perhaps we should update both jQuery and UI in August and stick with them for 3.3.
#8
follow-up:
↓ 10
@
13 years ago
Closed #17474 as duplicate.
Replying to jczorkmid:
For compatibility's sake this is a good idea. Was hoping we would move away from UI in core as we mostly use it for drag+drop support and there are lighter jQuery plugins for this.
However it seems many WordPress plugins and themes will continue to use UI, so adding the whole UI to core will make it easier for them. The only "against" would be the increase of the total download size of WP.
On the other hand we probably could un-bundle Prototype.js as very few plugins seem to use it. Perhaps we can leave it in script-loader but load it from Google.
#9
in reply to:
↑ 6
@
13 years ago
Replying to azaozz:
The update to jQuery 1.6.1 brought quite a few plugin/theme issues despite that we did everything possible to warn plugin and theme authors. Perhaps we should update both jQuery and UI in August and stick with them for 3.3.
true but was 1.6.1 or 1.6 to blaim?
i think 1.6
#12
follow-up:
↓ 13
@
13 years ago
Ok, thanks. Hopefully they won't just grab the latest. The patch also added the remainder of the UI libraries to wp-includes/script-loader.php. :)
#14
@
13 years ago
jQuery UI 1.8.15
http://blog.jqueryui.com/2011/08/jquery-ui-1-8-15/
#15
@
13 years ago
jQuery UI version 1.8.16
http://blog.jqueryui.com/2011/08/jquery-ui-1-8-16/
#17
follow-up:
↓ 18
@
13 years ago
I updated WP for use jQueryUI >= 1.8.13 and an error occurred when using a new widget in the sidebar.
In wp-admin/js/widgets.js, line 113:
var add = ui.item.find('input.add_new').val(), n = ui.item.find('input.multi_number').val(), id = ui.item.attr('id'), sb = $(this).attr('id');
'id' is undefined, because it was removed from ui.item
#18
in reply to:
↑ 17
@
13 years ago
Replying to marcelometal:
Yes, this is a regression. Still wondering what's better: patch that and update to 1.8.16 or keep 1.8.12. Opened a ticket on UI's trac: http://bugs.jqueryui.com/ticket/7734
#19
follow-up:
↓ 21
@
13 years ago
Would rather patch and update to 1.8.16, but still track this upstream. Thanks for submitting.
#21
in reply to:
↑ 19
@
13 years ago
Replying to nacin:
Yes, added a workaround for that, preferable to changing it. Hopefully it will not break anything else as combining Draggable with a Sortable is not common.
#24
in reply to:
↑ 23
@
13 years ago
Replying to azaozz:
single instance widgets (do they still exist?)
They're all over the place, for sure.
Akismet even still uses them.
maybe for 3.2.1