Show
Ignore:
Timestamp:
2008-07-25 09:46:55 (6 months ago)
Author:
fredck
Message:

Fixed #2396 : SpellerPages was causing a "Permission Denied" error in some situations.

Files:
1 modified

Legend:

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

    r1565 r2286  
    5353{ 
    5454        if ( numberOCorrections > 0 ) 
    55                 oEditor.FCK.SetData( document.getElementById('txtHtml').value ) ; 
     55        { 
     56                oEditor.FCK.EditorDocument.body.innerHTML = document.getElementById('txtHtml').value ; 
     57                if ( oEditor.FCKBrowserInfo.IsIE ) 
     58                        oEditor.FCKSelection.Collapse( true ) ; 
     59        } 
    5660        window.parent.Cancel() ; 
    5761}