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

WordPress Trac wp-trac at lists.automattic.com
Sun Aug 9 05:22:12 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  |  
-------------------------------------+--------------------------------------

Comment(by Denis-de-Bernardy):

 by the same token, this:

 {{{
 $( 'table:visible tbody .check-column :checkbox' ).click(...)
 }}}

 is much slower than merely:

 {{{
 $( 'tbody .check-column :checkbox' ).click(...)
 }}}

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


More information about the wp-trac mailing list