Changeset 1393
- Timestamp:
- 2008-01-23 19:31:52 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/floating_dialog/editor/_source/internals/fckdialog.js
r1366 r1393 178 178 else // First Dialog. 179 179 { 180 FCK.Focus() ; 180 // Set the Focus in the browser, so the "OnBlur" event is not 181 // fired. In IE, there is no need to d othat because the dialog 182 // already moved the selection to the editing area before 183 // closing (EnsureSelection). Also, the Focus() call here 184 // causes memory leak on IE7 (weird). 185 if ( !FCKBrowserInfo.IsIE ) 186 FCK.Focus() ; 187 181 188 this.HideMainCover() ; 182 189 topDialog = null ;