Index: /CKEditor/branches/versions/3.2.x/_source/plugins/wysiwygarea/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.2.x/_source/plugins/wysiwygarea/plugin.js	(revision 5159)
+++ /CKEditor/branches/versions/3.2.x/_source/plugins/wysiwygarea/plugin.js	(revision 5160)
@@ -306,12 +306,4 @@
 							});
 
-						// Firefox will not move the focus to the iframe, but
-						// to it's contents directly. We need to force it in
-						// other browsers instead.
-						iframe.on( 'focus', function()
-							{
-								editor.focus();
-							});
-
 						mainElement.append( iframe );
 					};
