FCKeditor and MS Word HTML
ColdFusion
I found a weird issue with pasting MS Word generated HTML into the WYSIWYG editor FCKEDITOR. It all started when a client was pasting some articles, written in Word, into a form on his site. Somehow, magically, all of the names of countries were disappearing!
After a bunch of troubleshooting our code, I decided to go ahead and check the source on the Word doc in its original state. What I found was that Word was wrapping the country names as such < st1:country-region w:st="on">Japan< /st1:country-region >
FCK doesn't like this, and instantly "cleans" out the country name altogether. It looks like TinyMCE, another wysiwyg editor, does not do this, so an easy fix will be to change editors.
Stay tuned for an update to hear what the guys from FCKeditor say.
After a bunch of troubleshooting our code, I decided to go ahead and check the source on the Word doc in its original state. What I found was that Word was wrapping the country names as such < st1:country-region w:st="on">Japan< /st1:country-region >
FCK doesn't like this, and instantly "cleans" out the country name altogether. It looks like TinyMCE, another wysiwyg editor, does not do this, so an easy fix will be to change editors.
Stay tuned for an update to hear what the guys from FCKeditor say.





Loading....