Changeset 1688
- Timestamp:
- 2008-03-10 03:40:04 (5 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/fckdialog.html (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/fckdialog.html
r1611 r1688 387 387 { 388 388 if ( FCKDialog.SelectionData ) 389 FCKDialog.SelectionData.select() ; 389 { 390 try 391 { 392 FCKDialog.SelectionData.select() ; 393 } 394 catch ( e ) {} 395 } 390 396 }, 391 397 -
FCKeditor/trunk/_whatsnew.html
r1686 r1688 57 57 permission denied errors during opening popup menus in IE6 under domain relaxation 58 58 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> 59 61 </ul> 60 62 <h3>