[wp-trac] [WordPress Trac] #14272: Visual Editor missing in some browsers
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 11 08:33:47 UTC 2010
#14272: Visual Editor missing in some browsers
--------------------------+-------------------------------------------------
Reporter: envygeeks | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version:
Severity: normal | Keywords: tinymce, visual editor
--------------------------+-------------------------------------------------
Comment(by dd32):
What version of Chrome are you experiencing it with?
Can you check the value of the {{{can_compress_scripts}}} option? (hit wp-
admin/options.php to find out), Do you know if your server has gzip
enabled? Are you using a Proxy server? Any client-side HTTP Compression
applications? etc.
This sounds very much like a Server or Client configuration issue, as that
function exists for me.
Can you also try opening the Javascript console in Chrome (Menu ->
Developer -> Javascript Console) and type in 'tinyMCEPreInit;', hit enter,
Expand the Object result, and see if the go() method exists?
Here's what it looks like for me:
{{{
> tinyMCEPreInit
Object
base: "http://localhost/wordpress-commit/wp-includes/js/tinymce"
go: function (){var b=this,a=tinymce.Scrip.............<snip>
mceInit: Object
query: "ver=327-1235"
suffix: ""
__proto__: Objec
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14272#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list