Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 1715)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 1716)
@@ -80,4 +80,7 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1411">#1411</a>] Label
 			only combos now get properly grayed out when moving to source view.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2009">#2009</a>] Fixed
+			an important bug regarding styles removal on styled text boundaries, introduced
+			with the 2.6 Beta 1. </li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/_source/classes/fckstyle.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckstyle.js	(revision 1715)
+++ /FCKeditor/trunk/editor/_source/classes/fckstyle.js	(revision 1716)
@@ -279,4 +279,6 @@
 			if ( updateRange )
 				range.MoveToBookmark( bookmark ) ;
+
+			return ;
 		}
 
@@ -285,5 +287,5 @@
 
 		// Bookmark the range so we can re-select it after processing.
-		var bookmark = range.CreateBookmark( true ) ;
+		bookmark = range.CreateBookmark( true ) ;
 
 		// The style will be applied within the bookmark boundaries.
