[wp-trac] [WordPress Trac] #17952: Update to latest jQuery and UI

WordPress Trac wp-trac at lists.automattic.com
Wed Sep 7 19:39:15 UTC 2011


#17952: Update to latest jQuery and UI
--------------------------------+------------------------
 Reporter:  hebbet              |       Owner:  azaozz
     Type:  enhancement         |      Status:  reviewing
 Priority:  normal              |   Milestone:  3.3
Component:  External Libraries  |     Version:  3.2
 Severity:  normal              |  Resolution:
 Keywords:  needs-patch         |
--------------------------------+------------------------

Comment (by marcelometal):

 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

 http://bugs.jqueryui.com/ticket/4564

 https://github.com/jquery/jquery-
 ui/commit/98fcb477d6a7091b21e9b7bc0b8c28f798954d47#ui/jquery.ui.draggable.js

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17952#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list