Ticket #2066: 2066.patch
File 2066.patch, 1.2 KB (added by , 15 years ago) |
---|
-
_whatsnew.html
116 116 changed from "<?=" to "<? echo".</li> 117 117 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor fix in fckselection for 118 118 nodeName attribute detection.</li> 119 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2066">#2066</a>] Added a workaround for a Mac 120 Safari 3.1 browser bug which caused the Fit Window button to give a blank screen.</li> 119 121 </ul> 120 122 <h3> 121 123 Version 2.6</h3> -
editor/_source/commandclasses/fckfitwindow.js
83 83 var oViewPaneSize = FCKTools.GetViewPaneSize( eMainWindow ) ; 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"; 88 89 eEditorFrameStyle.top = "0px";