Ticket #12: nullified iframe references.patch
File nullified iframe references.patch, 538 bytes (added by , 16 years ago) |
---|
-
fckeditingarea.js
106 106 } 107 107 else 108 108 { 109 // The references to these elements are no longer valid as the iframe has been removed from eTargetElement 110 FCK.EditorWindow = null ; 111 FCK.EditorDocument = null ; 112 109 113 var eTextarea = this.Textarea = oTargetDocument.createElement( 'textarea' ) ; 110 114 eTextarea.className = 'SourceField' ; 111 115 eTextarea.dir = 'ltr' ;