[wp-trac] Re: [WordPress Trac] #6112: Javascript error and TinyMCE does not appear

WordPress Trac wp-trac at lists.automattic.com
Sat Mar 8 20:05:20 GMT 2008


#6112: Javascript error and TinyMCE does not appear
-----------------------+----------------------------------------------------
 Reporter:  neoen      |        Owner:  azaozz  
     Type:  defect     |       Status:  assigned
 Priority:  high       |    Milestone:  2.5     
Component:  TinyMCE    |      Version:  2.5     
 Severity:  normal     |   Resolution:          
 Keywords:  has-patch  |  
-----------------------+----------------------------------------------------
Changes (by azaozz):

  * keywords:  => has-patch

Comment:

 This is a complex issue involving js timing and caching. Traced it down to
 the new addLoadEvent() code. However it seems we are loading jQuery on all
 admin pages, so perhaps we can use jQuery(document).ready instead.

 The included patch tries to use jQuery(document).ready and if not present,
 uses the old  addLoadEvent code.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6112#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list