[wp-trac] [WordPress Trac] #15788: wp-tinymce.php sends the wrong uncompressed file

WordPress Trac wp-trac at lists.automattic.com
Sun Dec 26 23:13:29 UTC 2010


#15788: wp-tinymce.php sends the wrong uncompressed file
--------------------------+----------------------
 Reporter:  fejesjoco     |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Editor        |     Version:  3.0.2
 Severity:  normal        |  Resolution:  wontfix
 Keywords:                |
--------------------------+----------------------
Changes (by nacin):

 * status:  new => closed
 * resolution:   => wontfix
 * milestone:  Awaiting Review =>


Comment:

 This is proper functionality.

 wp-tinymce.js.gz includes A) tinymce, B) every editor_plugin.js, and C) a
 small bit of code to load the plugins (with the go method).

 If gz isn't accepted, then we send tiny_mce.js and each plugin
 individually.

 Browsers that don't support gz won't support TinyMCE anyway, so we have
 this fallback in place, rather than packaging wp-tinymce.js, which is a
 very big file. (It was actually removed in 3.0 to keep the download
 package size down.)

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


More information about the wp-trac mailing list