Changeset 2400 for FCKeditor/trunk
- Timestamp:
- 2008-08-30 21:27:15 (4 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 3 modified
-
editor/dialog/fck_paste.html (modified) (1 diff)
-
editor/fckdialog.html (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_paste.html
r2175 r2400 88 88 { 89 89 document.getElementById('txtData').style.display = '' ; 90 SelectField( 'txtData' ) ; 90 91 } 91 92 -
FCKeditor/trunk/editor/fckdialog.html
r2043 r2400 410 410 EnsureSelection : function() 411 411 { 412 // Move the focus to the Cancel button so even if the dialog contains a 413 // contentEditable element the selection is properly restored in the editor #2496 414 window.focus() ; 415 $( 'btnCancel' ).focus() ; 416 412 417 FCK.Selection.Restore() ; 413 418 }, -
FCKeditor/trunk/_whatsnew.html
r2386 r2400 61 61 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1982">#1982</a>] Submenus in IE7 62 62 now are shown properly.</li> 63 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2496">#2496</a>] Using the Paste 64 dialogs in IE might insert the content at the start of the editor.</li> 63 65 </ul> 64 66 <p>