Ticket #12: nullified iframe references.patch

File nullified iframe references.patch, 538 bytes (added by Alfonso, 16 years ago)
  • fckeditingarea.js

     
    106106        }
    107107        else
    108108        {
     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
    109113                var eTextarea = this.Textarea = oTargetDocument.createElement( 'textarea' ) ;
    110114                eTextarea.className = 'SourceField' ;
    111115                eTextarea.dir = 'ltr' ;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy