Changeset 1741
- Timestamp:
- 2008-03-20 07:50:42 (4 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fck_gecko.js (modified) (1 diff)
-
_whatsnew.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck_gecko.js
r1663 r1741 362 362 this.Focus() ; 363 363 364 FCKDocumentProcessor.Process( FCK.EditorDocument ) ; 365 364 366 // For some strange reason the SaveUndoStep() call doesn't activate the undo button at the first InsertHtml() call. 365 367 this.Events.FireEvent( "OnSelectionChange" ) ; -
FCKeditor/trunk/_whatsnew.html
r1740 r1741 53 53 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1952">#1952</a>] Fixed 54 54 an issue in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.</li> 55 <<<<<<< .mine 55 56 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1695">#1695</a>] Removed 56 57 Ctrl-Tab hotkey for Source mode and allowed Ctrl-T to work in Firefox.</li> … … 105 106 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1842">#1842</a>] PHP integration: 106 107 fixed filename encoding problems in file browser.</li> 108 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1832">#1832</a>] Calling 109 FCK.InsertHtml() in non-IE browsers would now activate the document processor 110 as expected.</li> 107 111 </ul> 108 112 <h3>