Ticket #2381: 2381.patch

File 2381.patch, 482 bytes (added by Artur Formella, 16 years ago)
  • fckeditor.js

     
    106106
    107107FCKeditor.prototype.ReplaceTextarea = function()
    108108{
     109        var oIFrame = document.getElementById( this.InstanceName + '___Frame' ) ;
     110        if ( oIFrame )
     111                return ;
    109112        if ( !this.CheckBrowser || this._IsCompatibleBrowser() )
    110113        {
    111114                // We must check the elements firstly using the Id and then the name.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy