Changeset 1716
- Timestamp:
- 2008-03-18 09:59:26 (4 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckstyle.js (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckstyle.js
r1565 r1716 279 279 if ( updateRange ) 280 280 range.MoveToBookmark( bookmark ) ; 281 282 return ; 281 283 } 282 284 … … 285 287 286 288 // Bookmark the range so we can re-select it after processing. 287 varbookmark = range.CreateBookmark( true ) ;289 bookmark = range.CreateBookmark( true ) ; 288 290 289 291 // The style will be applied within the bookmark boundaries. -
FCKeditor/trunk/_whatsnew.html
r1715 r1716 80 80 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1411">#1411</a>] Label 81 81 only combos now get properly grayed out when moving to source view.</li> 82 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2009">#2009</a>] Fixed 83 an important bug regarding styles removal on styled text boundaries, introduced 84 with the 2.6 Beta 1. </li> 82 85 </ul> 83 86 <h3>