[wp-trac] [WordPress Trac] #14272: Visual Editor missing in some browsers
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 11 22:12:51 UTC 2010
#14272: Visual Editor missing in some browsers
--------------------------+-------------------------------------------------
Reporter: envygeeks | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: TinyMCE | Version:
Severity: trivial | Resolution: invalid
Keywords: |
--------------------------+-------------------------------------------------
Comment(by azaozz):
Replying to [comment:7 envygeeks]:
> ... it seems like it's all Chromes fault because the file serves
properly without flaw without www but with www it serves stale caches,
even with all the cache databases removed...
Yes, it seems Chrome and Opera have very aggressive memory caching that
makes it harder to instantly refresh scripts and CSS.
Just to clarify: tinyMCEPreInit.go() has to run when wp-tinymce.js.gz is
loaded (it contains the TinyMCE core (tiny_mce.js) plus all of the plugins
from wp-includes/js/tinymce/plugins/ plus the go() function itself).
However there is some room for improvement: the go() function doesn't have
to be called from outside of wp-tinymce.js.gz, it can be run as lambda
function after loading it. As this is an improvement it will be changed in
WordPress 3.1.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14272#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list