Index: FCKeditor/trunk/editor/dialog/fck_replace.html
===================================================================
--- FCKeditor/trunk/editor/dialog/fck_replace.html	(revision 1108)
+++ FCKeditor/trunk/editor/dialog/fck_replace.html	(revision 1124)
@@ -351,6 +351,13 @@
 		while ( focus && focus.nodeType != 1 )
 			focus = focus.parentNode ;
+
 		if ( focus )
-		focus.scrollIntoView( false ) ;
+		{
+			if ( oEditor.FCKBrowserInfo.IsSafari )
+				oEditor.FCKDomTools.ScrollIntoView( focus, false ) ;
+			else
+				focus.scrollIntoView( false ) ;
+		}
+
 		return true;
 	}
