Changeset 1502

Show
Ignore:
Timestamp:
2008-02-11 03:53:09 (6 months ago)
Author:
martinkou
Message:

Fixed #1788 : Fixed the issue where phantom scrollbars appear in dialogs in Safari Windows.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/fckdialog.html

    r1398 r1502  
    188188                retval.RefreshSize = function() 
    189189                { 
    190                         window.setTimeout( originalRefreshSize, 1 ) ; 
     190                        FCKTools.SetTimeout( originalRefreshSize, 1, retval ) ; 
    191191                } 
    192192        }