Changeset 5327
- Timestamp:
- 04/01/10 08:25:29 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/selection/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5326 r5327 121 121 <li><a href="http://dev.fckeditor.net/ticket/4688">#4688</a> : SCAYT was interfering on checkDirty.</li> 122 122 <li><a href="http://dev.fckeditor.net/ticket/5429">#5429</a> : High Contrast mode was being mistakenly detected when loading the editor through Dojo's xhrGet.</li> 123 <li><a href="http://dev.fckeditor.net/ticket/5221">#5221</a> : Range is mangled when making collapsed selection in an empty paragraph.</li> 123 124 <li>Updated the following language files:<ul> 124 125 <li>Faroese;</li> -
CKEditor/trunk/_source/plugins/selection/plugin.js
r5311 r5327 1096 1096 ieRange.select(); 1097 1097 1098 this.moveToPosition( dummySpan, CKEDITOR.POSITION_BEFORE_START ); 1098 1099 dummySpan.remove(); 1099 1100 }
Note: See TracChangeset
for help on using the changeset viewer.
