﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1680	Editor unusable when wrapped in an invisible div having a fixed width	wimpie3		"Internet Explorer pops up an error window with the following message:
Could not complete the operation due to error 800a025e

The error is due to the line mText1.Value = """". When I replace this line with mText1.Value = ""blahblah"" it works..

This is the code I've used. Worked fine in previous versions of FCKeditor.

<div style=""WIDTH:715;display:none;"">

<script type=""text/javascript"" src=""/CFIDE/scripts/FCKeditor/fckeditor.js""> </script>
<script type=""text/javascript"">
				var mText1 = new FCKeditor('mText1') ;
				mText1.BasePath = ""/CFIDE/scripts/FCKeditor/"" ;
				mText1.Value = """";
				mText1.Create();
				</script>
</div>"	Bug	closed	Normal		General	FCKeditor 2.5	fixed		
