Ticket #2381: 2381_2.patch
File 2381_2.patch, 1.0 KB (added by , 12 years ago) |
---|
-
_whatsnew.html
46 46 <p> 47 47 Fixed Bugs:</p> 48 48 <ul> 49 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2381">#2381</a>] Protected the editor 50 from duplicate iframes</li> 49 51 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2333">#2333</a>] The &gt; 50 52 character inside text wasn't encoded in Opera and Safari.</li> 51 53 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2467">#2467</a>] Fixed JavaScript -
fckeditor.js
106 106 107 107 FCKeditor.prototype.ReplaceTextarea = function() 108 108 { 109 if ( document.getElementById( this.InstanceName + '___Frame' ) ) 110 return ; 109 111 if ( !this.CheckBrowser || this._IsCompatibleBrowser() ) 110 112 { 111 113 // We must check the elements firstly using the Id and then the name.