Changeset 1945 for FCKeditor/trunk/editor/fckdialog.html
- Timestamp:
- 2008-04-30 04:37:48 (7 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/fckdialog.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/fckdialog.html
r1803 r1945 188 188 { 189 189 FCKTools.SetTimeout( originalRefreshSize, 1, retval ) ; 190 } 191 } 192 193 /** 194 * IE6 has a similar bug where it sometimes thinks $('contents') has an 195 * offsetHeight of 0 (#2114). 196 */ 197 if ( FCKBrowserInfo.IsIE && !FCKBrowserInfo.IsIE7 ) 198 { 199 var originalRefreshContainerSize = retval.RefreshContainerSize ; 200 retval.RefreshContainerSize = function() 201 { 202 FCKTools.SetTimeout( originalRefreshContainerSize, 1, retval ) ; 190 203 } 191 204 }