﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1022	FitWindow and editable area problem	Lucian		"I do lock for editing the FCKeditor on my jsp page using this piece of code:
if (document.all){
        editorInstance.EditorDocument.body.contentEditable = false;
} else{
        editorInstance.EditorDocument.designMode = ""off"";
}

I attach this code to the OnComplete event. It works.
I use the FitWindow button to resize the editor (full screen editor).
I resize again the editor to the initial size and now I can edit the content.

Problem: The editor does not remember it's initial configuration (it should still be readonly after the FitWindow operation)

I am testing using IE, so this problem appears at least for IE, the browser I need to work with.




"	Bug	closed	Normal		General	FCKeditor 2.4	wontfix		
