Changeset 2286

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

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

Location:
FCKeditor/trunk
Files:
3 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} 
  • FCKeditor/trunk/editor/_source/internals/fck.js

    r2258 r2286  
    410410                } 
    411411 
     412                FCKTempBin.Reset(); 
     413 
    412414                if ( FCK.EditMode == FCK_EDITMODE_WYSIWYG ) 
    413415                { 
    414416                        // Save the resetIsDirty for later use (async) 
    415417                        this._ForceResetIsDirty = ( resetIsDirty === true ) ; 
    416  
     418                         
    417419                        // Protect parts of the code that must remain untouched (and invisible) 
    418420                        // during editing. 
  • FCKeditor/trunk/_whatsnew.html

    r2283 r2286  
    116116                        error with the "split vertically" command in IE when attempting to split cells in the last 
    117117                        row of a table.</li> 
     118                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2396">#2396</a>] SpellerPages 
     119                        was causing a "Permission Denied" error in some situations.</li> 
    118120        </ul> 
    119121        <p>