Index: /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js	(revision 568)
+++ /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js	(revision 569)
@@ -170,5 +170,11 @@
 	if ( FCKBrowserInfo.IsIE )
 	{
+		oDoc.body.unselectable = "on" ;
 		oDoc.body.contentEditable = true ;
+		var enableFunc = function()
+		{
+			oDoc.body.removeAttribute("unselectable") ;
+		}
+		setTimeout( enableFunc, 1 ) ;
 
 		/* The following commands don't throw errors, but have no effect.
