Index: /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_table.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_table.html	(revision 1259)
+++ /FCKeditor/branches/features/floating_dialog/editor/dialog/fck_table.html	(revision 1260)
@@ -91,9 +91,11 @@
 		document.getElementById('txtRows').disabled    = true ;
 		document.getElementById('txtColumns').disabled = true ;
-	}
+		SelectField( 'txtWidth' ) ;
+	}
+	else
+		SelectField( 'txtRows' ) ;
 
 	dialog.SetOkButton( true ) ;
 	dialog.SetAutoSize( true ) ;
-	SelectField( 'txtRows' ) ;
 }
 
