Changeset 2323
- Timestamp:
- 2008-08-04 05:01:59 (5 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckselection_ie.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckselection_ie.js
r2256 r2323 261 261 { 262 262 // Don't repeat the restore process if the editor document is already selected. 263 if ( this._GetSelectionDocument( FCK.EditorDocument.selection ) == FCK.EditorDocument)263 if ( String( this._GetSelectionDocument( FCK.EditorDocument.selection ).body.contentEditable ) == 'true' ) 264 264 { 265 265 FCK.IsSelectionChangeLocked = false ; -
FCKeditor/trunk/_whatsnew.html
r2319 r2323 67 67 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2410">#2410</a>] Hindi 68 68 language file has been updated.</li> 69 69 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2426">#2426</a>] Fixed the issue 70 where it has become impossible to switch between editor areas with a single click.</li> 70 71 </ul> 71 72 <h3>