Certain code in IE causes a JS error which doesn't allow viewing source or updating of the page. I've determined that it's very similar to another bug that was apparently fixed in Feb (ticket 81). In my case, the following code will cause the JS error:
<p><font size="2"><em><font face="Arial">Some text here</font></em><br /><hr />
You can duplicate it in the fckeditor demo located here: http://www.fckeditor.net/demo
1. Click the source button to view the source
2. Paste the code below
3. Click the source button to view in design mode again
4. Try to click source button again...js error
It seems to be the final <br/> that causes the problem...without it the editor works and corrects missing end tags.
Any insight would be really appreciated.
Wed, 05/30/2007 - 06:31
#1