Index: /CKEditor/branches/prototype/_source/plugins/dialog/plugin.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/dialog/plugin.js	(revision 2708)
+++ /CKEditor/branches/prototype/_source/plugins/dialog/plugin.js	(revision 2709)
@@ -240,16 +240,4 @@
 			}, this );
 
-	// IE6 BUG: Text fields are only half-rendered the first time the dialog appears in IE6 (#2661).
-	if ( CKEDITOR.env.ie && CKEDITOR.env.version < 7 )
-	{
-		this.on( 'load', function()
-			{
-				var outer = this.getElement(),
-					inner = outer.getFirst();
-				inner.remove();
-				inner.appendTo( outer );
-			}, this );
-	}
-
 	CKEDITOR.dialog._.initDragAndDrop( this );
 	CKEDITOR.dialog._.initResizeHandles( this );
