Hi!
I upgraded from 3.0 to 3.1 and got a problem:
1. I have a small test page iframetest.html with small JS code:
<body><SCRIPT type="text/javascript">
alert('work!');
</SCRIPT></body>
2. add followng text (at the SOURCE mode) to an editor:
<p><iframe border="0" height="500" src="http://localhost/iframetest.html" width="600"></iframe></p>
3. switch to UI mode. CKEditor 3.1 loads the frame but does not execute JS code. CKEditor 3.0 works OK.
That problem exists only at FF. IE and Chrome work OK.
What can I do to enable JS in my inner IFRAMEs ? Is there any security issues of FF ?
Mon, 02/08/2010 - 14:18
#1