I'm on Firefox 1.0.2 and I've got a few problems with the newest editor.
I am trying to edit a full page and a few odd things happen.
1) The content doubles sometimes when I go to submit the text. Is this just a caching issue?
2) When I turn off the formatting and XHTML options, go to the source view, and put javascript or any tags that come before the body tag (<html><head> etc) all those tags disappear when I switch back to the WYSIWYG view and never come back.
3) When I put in javascript in the source view or open a page with javascript in it to be edited, the javascript executes itself. Is there a way to keep this from happening or not really?
I am trying to edit a full page and a few odd things happen.
1) The content doubles sometimes when I go to submit the text. Is this just a caching issue?
2) When I turn off the formatting and XHTML options, go to the source view, and put javascript or any tags that come before the body tag (<html><head> etc) all those tags disappear when I switch back to the WYSIWYG view and never come back.
3) When I put in javascript in the source view or open a page with javascript in it to be edited, the javascript executes itself. Is there a way to keep this from happening or not really?
RE: Content doubling (MSIE 6 & FCK 2.0)
Because I'm loading editor content dynamically I able to comment out all the javascript in the source before loading and un-commenting it on save.
<!--<script> .... </script>-->