Index: _source/plugins/clipboard/plugin.js
===================================================================
--- _source/plugins/clipboard/plugin.js	(revision 4810)
+++ _source/plugins/clipboard/plugin.js	Mon Dec 28 16:53:18 CST 2009
@@ -258,8 +258,11 @@
 
 				editor.on( 'pasteDialog', function( evt )
 					{
+						setTimeout( function()
+						{
-						// Open default paste dialog.
-						editor.openDialog( 'paste' );
+							// Open default paste dialog.
+							editor.openDialog( 'paste' );
+						}, 0 );
 					});
 
 				function addButtonCommand( buttonName, commandName, command, ctxMenuOrder )
