Index: /FCKeditor/branches/features/floating_dialog/editor/_source/internals/fckdialog.js
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/_source/internals/fckdialog.js	(revision 1235)
+++ /FCKeditor/branches/features/floating_dialog/editor/_source/internals/fckdialog.js	(revision 1236)
@@ -218,5 +218,5 @@
 
 			// We need to manually adjust the cover size on resize.
-			FCKTools.AddEventListener( topWindow, 'resize', resizeHandler ) ;
+			// FCKTools.AddEventListener( topWindow, 'resize', resizeHandler ) ;
 			resizeHandler() ;
 
Index: /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1235)
+++ /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1236)
@@ -119,4 +119,5 @@
 				else
 				{
+					/*
 					blockerFrame.onreadystatechange = function()
 					{
@@ -125,4 +126,5 @@
 						DnD.RegisterHandlers( this.contentWindow ) ;
 					}
+					*/
 				}
 				currentParent = currentParent._ParentDialog ;
@@ -148,4 +150,5 @@
 		else
 		{
+		/*
 			blockerFrame.onreadystatechange = function()
 			{
@@ -154,4 +157,5 @@
 				DnD.RegisterHandlers( this.contentWindow ) ;
 			}
+		*/
 		}
 	}
@@ -191,6 +195,6 @@
 	innerDoc.write( '<link href="' + FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
 
-	SetOnKeyDown( innerDoc ) ;
-	DisableContextMenu( innerDoc ) ;
+	// SetOnKeyDown( innerDoc ) ;
+	// DisableContextMenu( innerDoc ) ;
 
 	RefreshContainerSize();
@@ -464,5 +468,5 @@
 	}
 }
-SetOnKeyDown( document ) ;
+// SetOnKeyDown( document ) ;
 
 function DisableContextMenu( targetDocument )
@@ -477,7 +481,7 @@
 			e.preventDefault() ;
 	}
-	targetDocument.addEventListener( 'contextmenu', oOnContextMenu, true ) ;
-}
-DisableContextMenu( document ) ;
+	// targetDocument.addEventListener( 'contextmenu', oOnContextMenu, true ) ;
+}
+// DisableContextMenu( document ) ;
 
 window.onresize = function( e )
@@ -605,6 +609,6 @@
 			for ( var i = 0 ; i < registeredWindows.length ; i++ )
 			{
-				FCKTools.AddEventListener( registeredWindows[i].document, 'mousemove', dragMouseMoveHandler ) ;
-				FCKTools.AddEventListener( registeredWindows[i].document, 'mouseup', dragMouseUpHandler ) ;
+				// FCKTools.AddEventListener( registeredWindows[i].document, 'mousemove', dragMouseMoveHandler ) ;
+				// FCKTools.AddEventListener( registeredWindows[i].document, 'mouseup', dragMouseUpHandler ) ;
 			}
 
