Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6115)
+++ /CKEditor/trunk/CHANGES.html	(revision 6116)
@@ -59,5 +59,4 @@
 		<li><a href="http://dev.ckeditor.com/ticket/4790">#4790</a> : Remove list with multiple items in enterBr doesn't preserve line-breaks.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6297">#6297</a> : Floated inline elements are no anymore acting in behavior of blocks.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6171">#6171</a> : [Firefox] Open rich combo scrolls host page to top when editor has vertical scrollbar.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6330">#6330</a> : List bullet form MS Word with Roman numbering are not preserved.</li>
 	</ul>
Index: /CKEditor/trunk/_source/plugins/floatpanel/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/floatpanel/plugin.js	(revision 6115)
+++ /CKEditor/trunk/_source/plugins/floatpanel/plugin.js	(revision 6116)
@@ -301,6 +301,5 @@
 						CKEDITOR.tools.setTimeout( function()
 						{
-							( new CKEDITOR.dom.document( iframe.$.contentWindow.document ) )
-								.getBody().focus();
+							iframe.$.contentWindow.focus();
 							// We need this get fired manually because of unfired focus() function.
 							this.allowBlur( true );
