Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 2322)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 2323)
@@ -67,5 +67,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2410">#2410</a>] Hindi   
 			language file has been updated.</li>
-		
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2426">#2426</a>] Fixed the issue
+			where it has become impossible to switch between editor areas with a single click.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/_source/internals/fckselection_ie.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckselection_ie.js	(revision 2322)
+++ /FCKeditor/trunk/editor/_source/internals/fckselection_ie.js	(revision 2323)
@@ -261,5 +261,5 @@
 		{
 			// Don't repeat the restore process if the editor document is already selected.
-			if ( this._GetSelectionDocument( FCK.EditorDocument.selection ) == FCK.EditorDocument )
+			if ( String( this._GetSelectionDocument( FCK.EditorDocument.selection ).body.contentEditable ) == 'true' )
 			{
 				FCK.IsSelectionChangeLocked = false ;
