Changeset 1971
- Timestamp:
- 05/09/08 11:10:13 (5 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
editor/_source/internals/fckselection_ie.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r1964 r1971 74 74 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1764">#1764</a>] FCKeditor will no longer 75 75 catch focus in IE on load when StartupFocus is false and the initial content is empty.</li> 76 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2126">#2126</a>] Opening and closing floating 77 dialogs will no longer cause toolbar button states to become frozen.</li> 76 78 </ul> 77 79 <h3> -
FCKeditor/trunk/editor/_source/internals/fckselection_ie.js
r1818 r1971 261 261 // Don't repeat the restore process if the editor document is already selected. 262 262 if ( this._GetSelectionDocument( FCK.EditorDocument.selection ) == FCK.EditorDocument ) 263 { 264 FCK.IsSelectionChangeLocked = false ; 263 265 return ; 266 } 264 267 this.SelectionData.select() ; 265 268 }
Note: See TracChangeset
for help on using the changeset viewer.
