Ticket #3622: 3622.patch
File 3622.patch, 1.2 KB (added by , 14 years ago) |
---|
-
_source/plugins/enterkey/plugin.js
256 256 else 257 257 lineBreak = doc.createElement( 'br' ); 258 258 259 range.deleteContents(); 259 260 range.insertNode( lineBreak ); 260 261 261 262 // A text node is required by Gecko only to make the cursor blink. -
CHANGES.html
185 185 <li><a href="http://dev.fckeditor.net/ticket/4075">#4075</a> : [IE6/7]Fixed apply custom inline style with "class" attribute failed.</li> 186 186 <li><a href="http://dev.fckeditor.net/ticket/4087">#4087</a> : [Firefox]Fixed extra blocks created on create list when full document selected.</li> 187 187 <li><a href="http://dev.fckeditor.net/ticket/4097">#4097</a> : No undo/redo support for fontColor and backgroundColor buttons.</li> 188 <li><a href="http://dev.fckeditor.net/ticket/3622">#3622</a> : Fixed shift enter with selection not deleting highlighted text.</li> 188 189 </ul> 189 190 <h3> 190 191 CKEditor 3.0 RC</h3>