Changeset 1945 for FCKeditor/trunk
- Timestamp:
- 04/30/08 04:37:48 (5 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
editor/fckdialog.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r1944 r1945 58 58 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2065">#2065</a>] Floating dialogs will now 59 59 block the user from re-selecting the editing area by pressing Tab.</li> 60 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added a workaround for an 61 IE6 bug which causes floating dialogs to appear blank after opening it for the first time.</li> 60 62 </ul> 61 63 <h3> -
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 }
Note: See TracChangeset
for help on using the changeset viewer.
