Changeset 5166
- Timestamp:
- 02/21/10 00:20:59 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/templates/dialogs/templates.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5164 r5166 100 100 <li><a href="http://dev.fckeditor.net/ticket/5163">#5163</a> : The undo system was not working on some specific cases.</li> 101 101 <li><a href="http://dev.fckeditor.net/ticket/5162">#5162</a> : The ajax sample was throwing errors when loading data.</li> 102 <li><a href="http://dev.fckeditor.net/ticket/4999">#4999</a> : The Template dialog was not generating an undo snapshot.</li> 102 103 <li>Updated the following language files:<ul> 103 104 <li><a href="http://dev.fckeditor.net/ticket/5006">#5006</a> : Dutch;</li> -
CKEditor/trunk/_source/plugins/templates/dialogs/templates.js
r5150 r5166 92 92 range.moveToElementEditStart( editor.document.getBody() ); 93 93 range.select( true ); 94 setTimeout( function () 95 { 96 editor.fire( 'saveSnapshot' ); 97 }, 0 ); 94 98 } ); 99 100 editor.fire( 'saveSnapshot' ); 95 101 editor.setData( html ); 96 102 }
Note: See TracChangeset
for help on using the changeset viewer.
