[wp-trac] [WordPress Trac] #10021: Unresponsive script errors on widgets screen

WordPress Trac wp-trac at lists.automattic.com
Fri Aug 7 20:59:46 UTC 2009


#10021: Unresponsive script errors on widgets screen
-------------------------------------+--------------------------------------
 Reporter:  Denis-de-Bernardy        |        Owner:  azaozz  
     Type:  defect (bug)             |       Status:  reopened
 Priority:  high                     |    Milestone:  2.8.4   
Component:  JavaScript               |      Version:  2.8     
 Severity:  major                    |   Resolution:          
 Keywords:  has-patch needs-testing  |  
-------------------------------------+--------------------------------------
Changes (by Denis-de-Bernardy):

  * keywords:  needs-patch => has-patch needs-testing


Comment:

 The figures with the patch applied...

 Camino 2.0:

 {{{
 0ms -- adminMenu.init()
 14ms -- $('#adminmenu div.wp-menu-toggle').each
 4ms -- this.favorites();
 4ms -- $('a.separator').click
 1ms -- $('body').hasClass('folded')
 5ms -- this.restoreMenuState();
 0ms -- end adminMenu.init()
 1ms -- columns.init()
 3ms -- end columns.init()
 0ms -- commons.ready()
 3ms -- $('.fade').animate
 6ms -- $('div.wrap h2 ~ div.updated, div.wrap h2 ~
 div.error').addClass('below-h2');
 9ms -- $('div.updated, div.error').not('.below-h2').insertAfter('div.wrap
 h2:first');
 4ms -- $('#doaction, #doaction2').click
 1ms -- $('#show-settings-link').click
 1ms -- $('#contextual-help-link').click
 6ms -- $('#contextual-help-link-wrap, #screen-options-link-wrap').show();
 9ms -- $( 'table:visible tbody .check-column :checkbox' ).click
 5ms -- $( 'thead :checkbox, tfoot :checkbox' ).click
 2ms -- $('#default-password-nag-no').click
 1ms -- end commons.ready()
 0ms -- turbo.ready()
 6ms -- end turbo.ready()
 1ms -- widgets.init()
 1ms -- $('body').hasClass('widgets_access')
 4ms -- $('#widgets-right div.sidebar-name').click
 3ms -- $('#widgets-left div.sidebar-name').click
 2ms -- $('#widgets-right .widget, #wp_inactive_widgets .widget').each
 48ms -- this.addEvents();
 4ms -- $('.widget-error').parents('.widget').find('a.widget-
 action').click();
 4ms -- $('#available-widgets').droppable
 27ms -- $('#widget-list .widget').draggable
 169ms -- $('.widgets-sortables').sortable
 10ms -- wpWidgets.resize();
 11ms -- wpWidgets.fixLabels();
 0ms -- end widgets.init()
 }}}

 Safari:

 {{{
 0ms -- adminMenu.init()
 10ms -- $('#adminmenu div.wp-menu-toggle').each
 7ms -- this.favorites();
 8ms -- $('a.separator').click
 3ms -- $('body').hasClass('folded')
 4ms -- this.restoreMenuState();
 2ms -- end adminMenu.init()
 0ms -- columns.init()
 3ms -- end columns.init()
 1ms -- commons.ready()
 3ms -- $('.fade').animate
 3ms -- $('div.wrap h2 ~ div.updated, div.wrap h2 ~
 div.error').addClass('below-h2');
 5ms -- $('div.updated, div.error').not('.below-h2').insertAfter('div.wrap
 h2:first');
 2ms -- $('#doaction, #doaction2').click
 0ms -- $('#show-settings-link').click
 1ms -- $('#contextual-help-link').click
 10ms -- $('#contextual-help-link-wrap, #screen-options-link-wrap').show();
 5ms -- $( 'table:visible tbody .check-column :checkbox' ).click
 3ms -- $( 'thead :checkbox, tfoot :checkbox' ).click
 1ms -- $('#default-password-nag-no').click
 2ms -- end commons.ready()
 1ms -- turbo.ready()
 8ms -- end turbo.ready()
 1ms -- widgets.init()
 2ms -- $('body').hasClass('widgets_access')
 2ms -- $('#widgets-right div.sidebar-name').click
 1ms -- $('#widgets-left div.sidebar-name').click
 2ms -- $('#widgets-right .widget, #wp_inactive_widgets .widget').each
 9ms -- this.addEvents();
 1ms -- $('.widget-error').parents('.widget').find('a.widget-
 action').click();
 4ms -- $('#available-widgets').droppable
 7ms -- $('#widget-list .widget').draggable
 89ms -- $('.widgets-sortables').sortable
 5ms -- wpWidgets.resize();
 3ms -- wpWidgets.fixLabels();
 1ms -- end widgets.init()
 }}}

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


More information about the wp-trac mailing list