Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 5781)
+++ /CKEditor/trunk/CHANGES.html	(revision 5782)
@@ -103,4 +103,5 @@
 		<li><a href="http://dev.fckeditor.net/ticket/6066">#6066</a> : The toolbar combos had the text cursor instead of the arrow.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/6062">#6062</a> : The toolbar buttons had the text cursor instead of the arrow.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/6068">#6068</a> : [IE7] A few labels were hidden in a RTL language.</li>
 		<li>Updated the following language files:<ul>
 			<li>Chinese Simplified;</li>
Index: /CKEditor/trunk/_source/plugins/forms/dialogs/textfield.js
===================================================================
--- /CKEditor/trunk/_source/plugins/forms/dialogs/textfield.js	(revision 5781)
+++ /CKEditor/trunk/_source/plugins/forms/dialogs/textfield.js	(revision 5782)
@@ -148,5 +148,11 @@
 								validate : CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed )
 							}
-						]
+						],
+						onLoad : function()
+						{
+							// Repaint the style for IE7 (#6068)
+							if ( CKEDITOR.env.ie7Compat )
+								this.getElement().setStyle( 'zoom', '100%' );
+						}
 					},
 					{
