Changeset 2052

Show
Ignore:
Timestamp:
2008-06-11 07:30:06 (22 months ago)
Author:
martinkou
Message:

Fixed #2066 : Added a workaround for a Mac Safari 3.1 browser bug which caused the Fit Window button to give a blank screen.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/commandclasses/fckfitwindow.js

    r1565 r2052  
    8484 
    8585                eEditorFrameStyle.position      = "absolute"; 
     86                eEditorFrame.offsetLeft ;               // Kludge for Safari 3.1 browser bug, do not remove. See #2066. 
    8687                eEditorFrameStyle.zIndex        = FCKConfig.FloatingPanelsZIndex - 1; 
    8788                eEditorFrameStyle.left          = "0px"; 
  • FCKeditor/trunk/_whatsnew.html

    r2051 r2052  
    119119                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed 404 error in floating panels 
    120120                        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>  
    121123        </ul> 
    122124        <h3>