Ticket #2420: 2420.patch

File 2420.patch, 1.1 KB (added by martinkou, 20 months ago)
  • _whatsnew.html

     
    4545                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2407">#2407</a>] Fixed the issue  
    4646                        where FCK.InsertHtml() is no longer removing selected contents after content insertion 
    4747                        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> 
    4851        </ul> 
    4952        <h3> 
    5053                Version 2.6.3 Beta</h3> 
  • editor/dialog/fck_spellerpages.html

     
    5353{ 
    5454        if ( numberOCorrections > 0 ) 
    5555        { 
     56                oEditor.FCKUndo.SaveUndoStep() ; 
    5657                oEditor.FCK.EditorDocument.body.innerHTML = document.getElementById('txtHtml').value ; 
    5758                if ( oEditor.FCKBrowserInfo.IsIE ) 
    5859                        oEditor.FCKSelection.Collapse( true ) ;