Index: /CKEditor/trunk/_source/plugins/dialog/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/dialog/plugin.js	(revision 7269)
+++ /CKEditor/trunk/_source/plugins/dialog/plugin.js	(revision 7270)
@@ -1,3 +1,3 @@
-﻿/*
+﻿﻿﻿/*
 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -2935,8 +2935,7 @@
 		{
 			// Special treatment for Opera. (#8031)
-			CKEDITOR.tools.setTimeout( function()
-			   {
-					editor.openDialog( this.dialogName );
-			   }, 0, this );
+			CKEDITOR.env.opera ?
+				CKEDITOR.tools.setTimeout( function() { editor.openDialog( this.dialogName ) }, 0, this )
+				: editor.openDialog( this.dialogName );
 		},
 
