Open basschoen opened 10 years ago
Hi @basschoen. This comment may have the answer you need: https://github.com/spohlenz/tinymce-rails/issues/145#issuecomment-49307568
@spohlenz I noticed it, but it doesn't solve the problem
+1
One thing I found when looking into #162 is that the JS script include tags need to be in the document head. Is this the case?
If it is already, are you able to upload a test app that demonstrates the issue?
Actually I managed to solve the pb, it was due to a dom manipulation on Iframe that affected tinymce iframe. Thanks!
I ran into this problem. @nguyenchiencong could you make a pull request so this issue gets fixed? The only way I know how to fix it right know is to call "tinyMCE.remove()" before .init but a working out-of-the-box solution would be better.
Thanks for this nice plugin. I have one issue regarding turbolinks after updating your gem. When I init the tinyMCE on dom ready, everything works fine when I refresh the page. However, when I click through my site and I come back on a page with a tinyMCE editor, it is not initialising. This occurred after updating your gem. When I lock my Gemfile to version 4.0.19 everything is working fine.