[wp-trac] [WordPress Trac] #10021: Unresponsive script errors on widgets screen
WordPress Trac
wp-trac at lists.automattic.com
Fri Aug 7 19:15:26 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: needs-patch |
-------------------------------+--------------------------------------------
Comment(by Denis-de-Bernardy):
just adding to the previous, the correct selector for that one actually
is:
{{{
$('table:visible').children('tbody').children().children('.check-
column').find('input:checkbox');
}}}
(the one aaron mentioned results in an empty array, and it's my bad, not
his.) using that brings things to 10ms, from 750ms, on my widgets screen.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10021#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list