Ticket #2241: 2241.patch
File 2241.patch, 1.2 KB (added by , 15 years ago) |
---|
-
_whatsnew.html
116 116 changed from "<?=" to "<? echo".</li> 117 117 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor fix in fckselection for 118 118 nodeName attribute detection.</li> 119 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed 404 error in floating panels 120 when FCKeditor is installed to a different domain.</li> 119 121 </ul> 120 122 <h3> 121 123 Version 2.6</h3> -
editor/_source/internals/fckdialog.js
105 105 // Setup the IFRAME that will hold the dialog. 106 106 var dialog = topDocument.createElement( 'iframe' ) ; 107 107 FCKTools.ResetStyles( dialog ) ; 108 dialog.src = FCKConfig. BasePath + 'fckdialog.html' ;108 dialog.src = FCKConfig.FullBasePath + 'fckdialog.html' ; 109 109 110 110 // Dummy URL for testing whether the code in fckdialog.js alone leaks memory. 111 111 // dialog.src = 'about:blank';