Changeset 2286
- Timestamp:
- 2008-07-25 09:46:55 (4 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 3 modified
-
editor/dialog/fck_spellerpages.html (modified) (1 diff)
-
editor/_source/internals/fck.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_spellerpages.html
r1565 r2286 53 53 { 54 54 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 } 56 60 window.parent.Cancel() ; 57 61 } -
FCKeditor/trunk/editor/_source/internals/fck.js
r2258 r2286 410 410 } 411 411 412 FCKTempBin.Reset(); 413 412 414 if ( FCK.EditMode == FCK_EDITMODE_WYSIWYG ) 413 415 { 414 416 // Save the resetIsDirty for later use (async) 415 417 this._ForceResetIsDirty = ( resetIsDirty === true ) ; 416 418 417 419 // Protect parts of the code that must remain untouched (and invisible) 418 420 // during editing. -
FCKeditor/trunk/_whatsnew.html
r2283 r2286 116 116 error with the "split vertically" command in IE when attempting to split cells in the last 117 117 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> 118 120 </ul> 119 121 <p>