Changeset 2051

Show
Ignore:
Timestamp:
2008-06-11 07:26:46 (7 months ago)
Author:
martinkou
Message:

Fixed #2241 : Fixed 404 error in floating panels when FCKeditor is installed to a different domain.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fckdialog.js

    r2030 r2051  
    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. 
  • FCKeditor/trunk/_whatsnew.html

    r2046 r2051  
    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>