Index: trunk/admin/editor/cmseditor/fckeditor.js =================================================================== diff -u -r1416 -r1666 --- trunk/admin/editor/cmseditor/fckeditor.js (.../fckeditor.js) (revision 1416) +++ trunk/admin/editor/cmseditor/fckeditor.js (.../fckeditor.js) (revision 1666) @@ -86,6 +86,7 @@ oTextarea.style.display = 'none' ; this._InsertHtmlBefore( this._GetConfigHtml(), oTextarea ) ; this._InsertHtmlBefore( this._GetIFrameHtml(), oTextarea ) ; + this.oTextarea = oTextarea; } }