Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 2051)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 2052)
@@ -119,4 +119,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed 404 error in floating panels
 			when FCKeditor is installed to a different domain.</li> 
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2066">#2066</a>] Added a workaround for a Mac
+			Safari 3.1 browser bug which caused the Fit Window button to give a blank screen.</li> 
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/_source/commandclasses/fckfitwindow.js
===================================================================
--- /FCKeditor/trunk/editor/_source/commandclasses/fckfitwindow.js	(revision 2051)
+++ /FCKeditor/trunk/editor/_source/commandclasses/fckfitwindow.js	(revision 2052)
@@ -84,4 +84,5 @@
 
 		eEditorFrameStyle.position	= "absolute";
+		eEditorFrame.offsetLeft ;		// Kludge for Safari 3.1 browser bug, do not remove. See #2066.
 		eEditorFrameStyle.zIndex	= FCKConfig.FloatingPanelsZIndex - 1;
 		eEditorFrameStyle.left		= "0px";
