I'm using Community engine. It is really a great job

But I encountered a strange phenomenon I couldn't solve it. This problem happens only when I open any page contains tinymce by using safari or chrome browsers. It shows me a corrupted code and the page is damaged.

kindly check the following photo: http://img190.imageshack.us/img190/5880/screenshot20100111at115.png

notice "Delete this user" link then check the source code. There is a weird code injecting itself in the original code. The weird code is tinymce thing:

<script type="text/javascript" src="http://ce.mysite.net/plugin_assets/
community_engine/javascripts/tiny_mce/themes/advanced/langs/en.js?
1260693864"></script>
<script type="text/javascript" src="http://ce.mysite.net/plugin_assets/
community_engine/javascripts/tiny_mce/plugins/curblyadvimage/langs/
en.js?1260693864"></script>

it injected between onclick=" and if (confirm....

I deployed CE on my laptop and my server. I didn't see this problem locally but sometimes (not always) this problem appears on my server. I'm sure that I installed all required gems on the server

This bug is annoyed me and I wish to help me.

Thanks

link|improve this question
feedback

1 Answer

From the TinyMCE forums, adding the following to the TinyMCE configuration fixes the issue:

strict_loading_mode: tinymce.isWebKit
link|improve this answer
feedback

Your Answer

 
or
required, but never shown