Ticket #1022 (closed Bug: wontfix)
FitWindow and editable area problem
| Reported by: | l.constantin | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.