Try our conversational search powered by Generative AI!

Tinymce open issues

Vote:
 

hi

we had some problem with the default tinymce installation. after alot of testing and changing the configurationwe returend to the old "5" version.

Tinymce is strict and that is a small problem becasue our editor wanted a html editor and the tinymce guys see thier product as wusiwug. so alot of the answer to our problem were "you shouldn't do this do this instead"

the issuse were

1. when there is text without html the tinymce add <p> around the text, - managed to overide using editing in the tinymce.js

2. empty element that we use like <div style:clear:both"></div> are being deleted - managed to over ride it with allowed paramters

3. we had alot of tables with td that have classes the tiny mce delete the classes. - we didn't fint a soultion to this :(

in the end i found the cleanup config that can be disabled so all the issues were solved. but...

 

1. when we add script\style to the tinymce it write <mce: and when you saved it changed back to <script / <style but when we removed the cleanup the <mce is being kept and the html code have it with <mce

so we set the cleanup to true and i found another issue

when we have script and you save it adds cdata elements, thats ok and the script works but when you eredit the html itself tinymce adds another cdata to the current cdata, i saw a xhtml area with 10 cdata to a script alert ???.

has anyone got over this issues ? has any1 managed to create a good tinymce.js file ?

i realy like the tinymce but our content editor with the open issues will not approve of it.

#45444
Nov 07, 2010 15:29
Vote:
 

Hi,

I would like to add that the cdata bug has been fixed in CMS 6 R2.

#45449
Nov 08, 2010 8:51
Vote:
 

Toni (or anyone else), care to explain how the CDATA bug was fixed in R2? We have the same issue but cannot upgade to R2 at this time.

#56187
Edited, Jan 10, 2012 19:56
Vote:
 

Hi Peter,

Unfortunately it's one of those bugs that was fixed during the development of R2. When I found the bug in R1 I couldn't reproduce it in R2. So we don't have a changeset for it and thus won't be able to produce a hotfix.

I think you can workaround it by using a property long string instead of a XHTML property. 

#56188
Jan 11, 2012 8:28
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.