[wp-trac] [WordPress Trac] #10021: Unresponsive script errors on widgets screen
WordPress Trac
wp-trac at lists.automattic.com
Fri Aug 7 16:10:00 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 tested |
-------------------------------+--------------------------------------------
Changes (by Denis-de-Bernardy):
* priority: normal => high
* status: closed => reopened
* resolution: wontfix =>
* severity: normal => major
* milestone: => 2.8.4
Comment:
Soo.. I added a logger in there (patch to make it appear is attached). And
the breakdown for my screen is the following:
{{{
0ms -- adminMenu.init()
19ms -- $('#adminmenu div.wp-menu-toggle').each
5ms -- this.favorites();
4ms -- $('a.separator').click
1ms -- $('body').hasClass('folded')
8ms -- this.restoreMenuState();
1ms -- end adminMenu.init()
0ms -- columns.init()
4ms -- end columns.init()
0ms -- commons.ready()
4ms -- $('.fade').animate
7ms -- $('div.wrap h2 ~ div.updated, div.wrap h2 ~
div.error').addClass('below-h2');
12ms -- $('div.updated, div.error').not('.below-h2').insertAfter('div.wrap
h2:first');
5ms -- $('#doaction, #doaction2').click
1ms -- $('#show-settings-link').click
1ms -- $('#contextual-help-link').click
6ms -- $('#contextual-help-link-wrap, #screen-options-link-wrap').show();
743ms -- $( 'table:visible tbody .check-column :checkbox' ).click
227ms -- $( 'thead :checkbox, tfoot :checkbox' ).click
3ms -- $('#default-password-nag-no').click
1ms -- end commons.ready()
1ms -- turbo.ready()
7ms -- end turbo.ready()
1ms -- widgets.init()
1ms -- $('body').hasClass('widgets_access')
7ms -- $('#widgets-right div.sidebar-name').click
6ms -- $('#widgets-left div.sidebar-name').click
45ms -- $('#widgets-right .widget, #wp_inactive_widgets .widget').each
35ms -- this.addEvents();
4ms -- $('.widget-error').parents('.widget').find('a.widget-
action').click();
8ms -- $('#available-widgets').droppable
31ms -- $('#widget-list .widget').draggable
1092ms -- $('.widgets-sortables').sortable
10ms -- wpWidgets.resize();
367ms -- wpWidgets.fixLabels();
1ms -- end widgets.init()
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10021#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list