[wp-trac] [WordPress Trac] #16098: JavaScript error in TinyMCE

WordPress Trac wp-trac at lists.automattic.com
Fri Jan 7 05:53:10 UTC 2011


#16098: JavaScript error in TinyMCE
--------------------------+--------------------------
 Reporter:  pavelevap     |       Owner:  koopersmith
     Type:  defect (bug)  |      Status:  assigned
 Priority:  normal        |   Milestone:  3.1
Component:  TinyMCE       |     Version:  3.1
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+--------------------------
Changes (by koopersmith):

 * keywords:   => has-patch


Comment:

 Currently, the list table JavaScript resets all forms whenever a page is
 loaded. This is heavyhanded code.

 In this case, it caused TinyMCE to break in IE8 while it was in the
 process of loading.

 However, a reset of some sort is necessary. Without a reset, if you change
 various inputs on the page (i.e. search and filters) and refresh, the
 results will be reverted to the default, but the inputs will not. The
 solution I used was to selectively reset form values—only those found
 within the tablenav, search-box, and wp-list-table classes.

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


More information about the wp-trac mailing list