Index: CKEditor/trunk/_source/plugins/contextmenu/plugin.js
===================================================================
--- CKEditor/trunk/_source/plugins/contextmenu/plugin.js	(revision 4858)
+++ CKEditor/trunk/_source/plugins/contextmenu/plugin.js	(revision 5006)
@@ -55,9 +55,5 @@
 				menu.onClick = CKEDITOR.tools.bind( function( item )
 				{
-					var noUnlock = true;
 					menu.hide();
-
-					if ( CKEDITOR.env.ie )
-						menu.onEscape();
 
 					if ( item.onClick )
@@ -66,5 +62,4 @@
 						editor.execCommand( item.command );
 
-					noUnlock = false;
 				}, this );
 
@@ -72,7 +67,4 @@
 				{
 					editor.focus();
-
-					if ( CKEDITOR.env.ie )
-						editor.getSelection().unlock( true );
 				};
 			}
