Index: /CKEditor/branches/versions/3.4.x/CHANGES.html
===================================================================
--- /CKEditor/branches/versions/3.4.x/CHANGES.html	(revision 5817)
+++ /CKEditor/branches/versions/3.4.x/CHANGES.html	(revision 5818)
@@ -36,4 +36,13 @@
 	</h1>
 	<h3>
+			CKEditor 3.4</h3>
+	<p>
+			New features:</p>
+	<p>
+			Fixed issues:</p>
+	<ul>
+		<li><a href="http://dev.fckeditor.net/ticket/6118">#6118</a> : Initial focus is now set to the tabs in the table properties dialog.</li>
+	</ul>
+	<h3>
 			CKEditor 3.4 Beta</h3>
 	<p>
@@ -51,5 +60,5 @@
 			Fixed issues:</p>
 	<ul>
-		<li><a href="http://dev.fckeditor.net/ticket/5911">#5911</a> : BiDi: List items should support and retain correct base language direction
+		<li><a href="http://dev.fckeditor.net/ticket/5911">#5911</a> : BiDi: List items should support and retain correct base language direction</li>
 		<li><a href="http://dev.fckeditor.net/ticket/5689">#5689</a> : Make it possible to run CKEditor inside of Firefox chrome.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/6042">#6042</a> : It wasn't possible to align a paragraph with the dir attribute to the opposite direction.</li>
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/table/dialogs/table.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/table/dialogs/table.js	(revision 5817)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/table/dialogs/table.js	(revision 5818)
@@ -109,5 +109,5 @@
 				}
 
-				// Enable, disable and select the row, cols, width fields.
+				// Enable or disable the row, cols, width fields.
 				if ( selectedTable )
 				{
@@ -115,5 +115,4 @@
 					rowsInput && rowsInput.disable();
 					colsInput && colsInput.disable();
-					widthInput && widthInput.select();
 				}
 				else
@@ -121,5 +120,4 @@
 					rowsInput && rowsInput.enable();
 					colsInput && colsInput.enable();
-					rowsInput && rowsInput.select();
 				}
 
