Ticket #2241: 2241.patch

File 2241.patch, 1.2 KB (added by martinkou, 21 months ago)
  • _whatsnew.html

     
    116116                        changed from "&lt;?=" to "&lt;? echo".</li>  
    117117                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor fix in fckselection for 
    118118                        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>  
    119121        </ul> 
    120122        <h3> 
    121123                Version 2.6</h3> 
  • editor/_source/internals/fckdialog.js

     
    105105                        // Setup the IFRAME that will hold the dialog. 
    106106                        var dialog = topDocument.createElement( 'iframe' ) ; 
    107107                        FCKTools.ResetStyles( dialog ) ; 
    108                         dialog.src = FCKConfig.BasePath + 'fckdialog.html' ; 
     108                        dialog.src = FCKConfig.FullBasePath + 'fckdialog.html' ; 
    109109 
    110110                        // Dummy URL for testing whether the code in fckdialog.js alone leaks memory. 
    111111                        // dialog.src = 'about:blank';