tinyMCE boxes aren't showing up in IE7. A rich text field shows up with no box to the right of the field name.
To replicate, use IE10 and in developer tools set it to IE7 document standards mode. I've seen this in Umbraco 4.11.5 and 6.0.2.
Script debugging shows the following errors:
SCRIPT1028: Expected
identifier, string or number
tinymce3tinymceCompress.aspx,
line 20967 character 1
SCRIPT5009:
'tinyMCE' is undefined
editContent.aspx,
line 285 character 1
Line 20967 of the tinyMCE file has code relating to adding the 'umbracoembed' plug-in and appears to be about internationalization as well.
I have seen references to language files and a "move viewstate" setting in config files. Neither has fixed my problem. Also, this works fine in Firefox, Chrome, IE10.
I am running in en_us or en_uk language, in case you're wondering.
tinyMCE boxes not showing in IE7
tinyMCE boxes aren't showing up in IE7. A rich text field shows up with no box to the right of the field name.
To replicate, use IE10 and in developer tools set it to IE7 document standards mode. I've seen this in Umbraco 4.11.5 and 6.0.2.
Script debugging shows the following errors:
SCRIPT1028: Expected identifier, string or number
tinymce3tinymceCompress.aspx, line 20967 character 1
SCRIPT5009: 'tinyMCE' is undefined
editContent.aspx, line 285 character 1
Line 20967 of the tinyMCE file has code relating to adding the 'umbracoembed' plug-in and appears to be about internationalization as well.
I have seen references to language files and a "move viewstate" setting in config files. Neither has fixed my problem. Also, this works fine in Firefox, Chrome, IE10.
I am running in en_us or en_uk language, in case you're wondering.
Any help would be greatly appreciated,
Jon
is working on a reply...