Ticket #2420: 2420.patch
File 2420.patch, 1.1 KB (added by , 15 years ago) |
---|
-
_whatsnew.html
45 45 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2407">#2407</a>] Fixed the issue 46 46 where FCK.InsertHtml() is no longer removing selected contents after content insertion 47 47 in Firefox.</li> 48 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2420">#2420</a>] Fixed the issue 49 where spelling mistake corrections made by the spell checking dialog are not undoable. 50 </li> 48 51 </ul> 49 52 <h3> 50 53 Version 2.6.3 Beta</h3> -
editor/dialog/fck_spellerpages.html
53 53 { 54 54 if ( numberOCorrections > 0 ) 55 55 { 56 oEditor.FCKUndo.SaveUndoStep() ; 56 57 oEditor.FCK.EditorDocument.body.innerHTML = document.getElementById('txtHtml').value ; 57 58 if ( oEditor.FCKBrowserInfo.IsIE ) 58 59 oEditor.FCKSelection.Collapse( true ) ;