How to fix TinyMCE browser issues
How to fix the many TinyMCE browser issues in Firefox 4+ and IE8+.
Internet Explorer 9 Fix
TinyMCE is not working at all? The quickest fix is to enforce IE9 to be IE8. If you do this make sure to do the next fix below for IE 8.
Paste <meta content="IE=EmulateIE8" http-equiv="X-UA-Compatible"> into the <head> of your main_template.pt file
Make sure to remove any other meta tag which sets IE to a compatibility!
(Plone Classic Theme) ZMI > portal_skins > plone_templates > main_template.pt
(Sunburst Theme) ZMI > portal_skins > sunburst_templates > main_template.pt
Internet Explorer 8 and Firefox 4+ Fix
TinyMCE is not working at all again? This solves many of the issues in TinyMCE from improper loading, javascript errors, etc... Follow these steps.
1. Go to ZMI > portal_java_script 2 First check "Development mode" on the top. (We will need to purge the cache) 3. Find tiny_mce_init.js 4. Uncheck "Merging allowed?" and "Caching allowed?" checkboxes. (if not unchecked already) 5. Find tiny_mce.js 6. Uncheck "Merging allowed?" and "Caching allowed?" checkboxes. (if not unchecked already) 7. Go to bottom, click save. 8. Go to your webpage with the editor running, Ctrl+F5 for a refresh. 9. Go back to ZMI > portal_java_script 10. Uncheck "Development mode", go to bottom of screen click save. 11. Go back to your page, hopefully it will be working.
Confirmed Fixes: Firefox 4+, IE8.
Firefox 11
Firefox 11 was released with a iframe bug. Multiple TinyMCE windows on one page will not load correctly. This is due to the bug in Firefox 11, not TinyMCE. Firefox 12 resolved this problem, I recommend upgrading Firefox.











