1

Topic: Dynamic load of tinymce with image manager causes ie7 error

I tried using the code from here: http://tinymce.moxiecode.com/examples/example_12.php

with imagemanager as one of the plugins. However, it causes JS errors in ie7 (and the tiny fails to load). Once i remove imagemanger as one of the plugins, everything works fine... This leads me to believe that there is something in imagemanager causing the problem. Any ideas on what might be happening here? Thanks for your help!

2

Re: Dynamic load of tinymce with image manager causes ie7 error

Hmm, since the local examples work. Check for redundant or missing "," characters in your init IE 7 doesn't handle missing ones well.

Best regards,
Spocke - Main developer of TinyMCE

3

Re: Dynamic load of tinymce with image manager causes ie7 error

No missing chars. Simply adding imagemanager as a plugin kills tiny in ie7. As soon as I remove imagemanager as a plugin, it starts working fine. I don't see imagemanager in the load on demand example page I posted. 

Imagemanager works fine for me when loading tiny normally, but when I switch to the load on demand example it fails. I'll check firebug...

4

Re: Dynamic load of tinymce with image manager causes ie7 error

Nevermind, figured it out. I do an extra php security check (for imagemanager) and that was killing it in IE7 (and giving JS errors oddly enough)... Sorry!!