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

WordPress Trac wp-trac at lists.automattic.com
Wed Jun 3 17:34:28 GMT 2009


#10021: Unresponsive script errors on widgets screen
-------------------------------+--------------------------------------------
 Reporter:  Denis-de-Bernardy  |       Owner:  azaozz          
     Type:  defect (bug)       |      Status:  new             
 Priority:  normal             |   Milestone:  2.8             
Component:  JavaScript         |     Version:  2.8             
 Severity:  normal             |    Keywords:  has-patch tested
-------------------------------+--------------------------------------------
 I'm getting unresponsive script errors in Camino on the widgets screen,
 when multitudes of widgets and widget fields are present.

 I've nailed this down to an optimization that is possible in the various
 jQuery functions. Specifically, the likes of find(".class") can be changed
 to find("tag.class") for the same functionality *and* a faster selector.

 Attached patch does enough for the error message to go away while keeping
 the functionality intact.

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


More information about the wp-trac mailing list