Changeset 1688

Show
Ignore:
Timestamp:
2008-03-10 03:40:04 (5 months ago)
Author:
martinkou
Message:

Fixed #1934 : Fixed JavaScript errors when calling Selection.EnsureSelection() in dialogs.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/fckdialog.html

    r1611 r1688  
    387387                { 
    388388                        if ( FCKDialog.SelectionData ) 
    389                                 FCKDialog.SelectionData.select() ; 
     389                        { 
     390                                try 
     391                                { 
     392                                        FCKDialog.SelectionData.select() ; 
     393                                } 
     394                                catch ( e ) {} 
     395                        } 
    390396                }, 
    391397 
  • FCKeditor/trunk/_whatsnew.html

    r1686 r1688  
    5757                        permission denied errors during opening popup menus in IE6 under domain relaxation 
    5858                        mode.</li> 
     59                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1934">#1934</a>] Fixed 
     60                        JavaScript errors when calling Selection.EnsureSelection() in dialogs.</li> 
    5961        </ul> 
    6062        <h3>