﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3817	fckeditor crashes when loading page with script	Kenny		"I don't think the problem is related to the editor itself , but more likely by how IE6 handles scripts.

When creating an fckeditor instance , as following :

 var oFCKeditor = new FCKeditor( 'FCKTEXT' ) ; 
 oFCKeditor.BasePath = 'script/fckeditor/' ;
 oFCKeditor.Value = 'test<br/>test<script></script>test2' ;
 oFCKeditor.Create();

If i run this , the editor crashes ( no fckeditor box is shown ) .
It does show the following text :

test2' ; oFCKeditor.Create(); 

So , me guess is that , when IE6 encounters the a script block , it tries to execute it , regardless of whether it is inside quotes or not."	Bug	closed	Normal		General	FCKeditor 2.6.3	invalid		
