Changeset 2052
- Timestamp:
- 2008-06-11 07:30:06 (22 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/commandclasses/fckfitwindow.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/commandclasses/fckfitwindow.js
r1565 r2052 84 84 85 85 eEditorFrameStyle.position = "absolute"; 86 eEditorFrame.offsetLeft ; // Kludge for Safari 3.1 browser bug, do not remove. See #2066. 86 87 eEditorFrameStyle.zIndex = FCKConfig.FloatingPanelsZIndex - 1; 87 88 eEditorFrameStyle.left = "0px"; -
FCKeditor/trunk/_whatsnew.html
r2051 r2052 119 119 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed 404 error in floating panels 120 120 when FCKeditor is installed to a different domain.</li> 121 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2066">#2066</a>] Added a workaround for a Mac 122 Safari 3.1 browser bug which caused the Fit Window button to give a blank screen.</li> 121 123 </ul> 122 124 <h3>