Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 5784)
+++ /CKEditor/trunk/CHANGES.html	(revision 5785)
@@ -104,4 +104,5 @@
 		<li><a href="http://dev.fckeditor.net/ticket/6062">#6062</a> : The toolbar buttons had the text cursor instead of the arrow.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/6068">#6068</a> : [IE7] A few labels were hidden in a RTL language.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/6000">#6000</a> : Safari and Chrome where scrolling the contents to the top when moving the focus to the editor.</li>
 		<li>Updated the following language files:<ul>
 			<li>Chinese Simplified;</li>
Index: /CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js	(revision 5784)
+++ /CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js	(revision 5785)
@@ -547,15 +547,4 @@
 								else if ( CKEDITOR.env.opera )
 									doc.getBody().focus();
-								else if ( CKEDITOR.env.webkit )
-								{
-									// Selection will get lost after move focus
-									// to document element, save it first.
-									var sel = editor.getSelection(),
-											type = sel.getType(),
-											range = ( type != CKEDITOR.SELECTION_NONE ) && sel.getRanges()[ 0 ];
-
-									doc.getDocumentElement().focus();
-									range && range.select();
-								}
 
 								editor.focusManager.focus();
