Changeset 1716

Show
Ignore:
Timestamp:
2008-03-18 09:59:26 (4 months ago)
Author:
fredck
Message:

Fixed #2009 : Fixed an important bug regarding styles removal on styled text boundaries, introduced with the 2.6 Beta 1.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/classes/fckstyle.js

    r1565 r1716  
    279279                        if ( updateRange ) 
    280280                                range.MoveToBookmark( bookmark ) ; 
     281 
     282                        return ; 
    281283                } 
    282284 
     
    285287 
    286288                // Bookmark the range so we can re-select it after processing. 
    287                 var bookmark = range.CreateBookmark( true ) ; 
     289                bookmark = range.CreateBookmark( true ) ; 
    288290 
    289291                // The style will be applied within the bookmark boundaries. 
  • FCKeditor/trunk/_whatsnew.html

    r1715 r1716  
    8080                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1411">#1411</a>] Label 
    8181                        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> 
    8285        </ul> 
    8386        <h3>