Problem with TinyMCE init configuration not working in IE
Posted: Sun Oct 05, 2008 9:39 pm
Hi there,
I added the following two lines to the TinyMCE configuration (in root\modules\TinyMCE\tinyconfig_gz.php):
It works perfectly in FF3, but I tend to use IE7 for editorial work and here TinyMCE is initialized with default settings. I flushed any caching I could think of, but it seems as if IE still uses default. I made no other changes to the tinyMCE configuration.
I use CMSMS 1.4.1 with the TinyMCE that came shipped with it (not sure which version). Modules installed are: Captcha, CMSMailer, Comments, Filemanager, MenuManager, Search and TinyMCE (rest is de-installed).
I mean, I could live with sticking to FF for editing as well - wouldn't hurt, but you know... habbits...
I use XP 64 Bit but I do not think that this causes the odd behavior. Anyone with an idea why this is? Is this a general IE tinyMCE problem? Do I need some extra settings for IE? What have I not seen?

Best
Nils
I added the following two lines to the TinyMCE configuration (in root\modules\TinyMCE\tinyconfig_gz.php):
Code: Select all
cleanup_on_startup : false,
cleanup : false
I use CMSMS 1.4.1 with the TinyMCE that came shipped with it (not sure which version). Modules installed are: Captcha, CMSMailer, Comments, Filemanager, MenuManager, Search and TinyMCE (rest is de-installed).
I mean, I could live with sticking to FF for editing as well - wouldn't hurt, but you know... habbits...
I use XP 64 Bit but I do not think that this causes the odd behavior. Anyone with an idea why this is? Is this a general IE tinyMCE problem? Do I need some extra settings for IE? What have I not seen?

Best
Nils