[wp-trac] [WordPress Trac] #24999: The 'wpeditimage' TinyMCE plugin is broken in trunk/src

WordPress Trac noreply at wordpress.org
Sat Aug 10 02:47:48 UTC 2013


#24999: The 'wpeditimage' TinyMCE plugin is broken in trunk/src
--------------------------+--------------------
 Reporter:  azaozz        |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.7
Component:  TinyMCE       |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+--------------------

Comment (by azaozz):

 There are three options to fix this:
 - Add the whole editimage.js in the html head. The JS will be cached as
 part of the static html file.
 - Remove the minified `editimage.min.js` and always use `editimage.js`.
 - Pass a hash to the html and use it to select which file to load,
 24999.patch.

 The first seems the most straightforward. The third has to use
 document.write as the JS has to load synchronously (the next JS file
 depends on this one).

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


More information about the wp-trac mailing list