Changeset 342

Show
Ignore:
Timestamp:
2007-06-01 15:36:21 (15 months ago)
Author:
fredck
Message:

Fixed #182, #261 and #511 : Special characters, like percent signs or accented chars, and spaces are now correctly returned by the File Browser.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/browser/default/frmresourceslist.html

    r132 r342  
    8181function OpenFile( fileUrl ) 
    8282{ 
    83         window.top.opener.SetUrl( fileUrl ) ; 
     83        window.top.opener.SetUrl( encodeURI( fileUrl ) ) ; 
    8484        window.top.close() ; 
    8585        window.top.opener.focus() ; 
  • FCKeditor/trunk/_whatsnew.html

    r341 r342  
    121121                        will not anymore leave temporary links in the source. All links will be defined 
    122122                        as expected.</li> 
     123                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#182</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#261</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/220">#511</a>] Special characters, like percent signs or accented 
     124                        chars, and spaces are now correctly returned by the File Browser.</li> 
    123125        </ul> 
    124126        <h3>