Index: _source/plugins/wysiwygarea/plugin.js
===================================================================
--- _source/plugins/wysiwygarea/plugin.js	(revision 5720)
+++ _source/plugins/wysiwygarea/plugin.js	(working copy)
@@ -47,6 +47,14 @@
 			else
 				this.document.$.execCommand( 'inserthtml', false, data );
 
+			if ( CKEDITOR.env.webkit )
+			{
+				this.document.$.execCommand( 'inserthtml', false, '<span id="cke_paste_marker" cke_temp="1"></span>' );
+				var marker = this.document.getById( 'cke_paste_marker' );
+				marker.scrollIntoView();
+				marker.remove();
+			}
+
 			CKEDITOR.tools.setTimeout( function()
 				{
 					this.fire( 'saveSnapshot' );
