Ticket #2381: 2381.patch

File 2381.patch, 482 bytes (added by arczi, 3 months 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.