Changeset 2317

Show
Ignore:
Timestamp:
2008-08-01 04:01:49 (5 months ago)
Author:
martinkou
Message:

Fixed #2420 : Fixed the issue where spelling mistake corrections made by the spell checking dialog are not undoable.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_spellerpages.html

    r2286 r2317  
    5454        if ( numberOCorrections > 0 ) 
    5555        { 
     56                oEditor.FCKUndo.SaveUndoStep() ; 
    5657                oEditor.FCK.EditorDocument.body.innerHTML = document.getElementById('txtHtml').value ; 
    5758                if ( oEditor.FCKBrowserInfo.IsIE ) 
  • FCKeditor/trunk/_whatsnew.html

    r2316 r2317  
    6060                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2422">#2422</a>] Czech    
    6161                        language file has been updated.</li> 
     62                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2420">#2420</a>] Fixed the issue 
     63                        where spelling mistake corrections made by the spell checking dialog are not undoable. 
     64                        </li> 
    6265        </ul> 
    6366        <h3>