Index: /CKEditor/trunk/_source/plugins/dialog/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/dialog/plugin.js	(revision 3559)
+++ /CKEditor/trunk/_source/plugins/dialog/plugin.js	(revision 3560)
@@ -610,7 +610,4 @@
 			this._.hasFocus = false;
 
-			// Save the initial values of the dialog.
-			this.foreach( function( contentObj ) { contentObj.setInitValue && contentObj.setInitValue(); } );
-
 			// Rearrange the dialog to the middle of the window.
 			CKEDITOR.tools.setTimeout( function()
@@ -626,4 +623,8 @@
 					this.fireOnce( 'load', {} );
 					this.fire( 'show', {} );
+
+					// Save the initial values of the dialog.
+					this.foreach( function( contentObj ) { contentObj.setInitValue && contentObj.setInitValue(); } );
+
 				},
 				100, this );
