Changeset 1692

Show
Ignore:
Timestamp:
2008-03-14 09:39:42 (4 months ago)
Author:
fredck
Message:

Fixed #2000 : The # character is now properly encoded in file names returned by the File Browser.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

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

    r1565 r1692  
    8888function OpenFile( fileUrl ) 
    8989{ 
    90         window.top.opener.SetUrl( encodeURI( fileUrl ) ) ; 
     90        window.top.opener.SetUrl( encodeURI( fileUrl ).replace( '#', '%23' ) ) ; 
    9191        window.top.close() ; 
    9292        window.top.opener.focus() ; 
  • FCKeditor/trunk/_whatsnew.html

    r1691 r1692  
    6666                        [<a target="_blank" href="http://dev.fckeditor.net/ticket/1989">#1989</a>]  
    6767                        Fixed XHTML source formatting errors in non-IE browsers.</li> 
     68                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2000">#2000</a>] The # 
     69                        character is now properly encoded in file names returned by the File Browser.</li> 
    6870        </ul> 
    6971        <h3>