Changeset 5301
- Timestamp:
- 03/26/10 12:47:14 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/styles/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5300 r5301 106 106 <li><a href="http://dev.fckeditor.net/ticket/5319">#5319</a> : Match whole word doesn't work after replacement happened.</li> 107 107 <li><a href="http://dev.fckeditor.net/ticket/5363">#5363</a> : 'title' attribute now presents on all editor iframes.</li> 108 <li><a href="http://dev.fckeditor.net/ticket/5374">#5374</a> : Unable to toggle inline style when selection start from the linefeed of the previous paragraph.</li> 108 109 <li>Updated the following language files:<ul> 109 110 <li>Faroese;</li> -
CKEditor/trunk/_source/plugins/styles/plugin.js
r5291 r5301 570 570 marker && marker.remove(); 571 571 range.moveToBookmark( bookmark ); 572 // Minimize the result range to exclude empty text nodes. (#5374) 573 range.shrink( CKEDITOR.SHRINK_TEXT ); 572 574 } 573 575
Note: See TracChangeset
for help on using the changeset viewer.
