Changeset 482
- Timestamp:
- 2007-07-20 09:53:27 (17 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/_source/internals/fck.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck.js
r474 r482 126 126 if ( FCKConfig.StartupFocus ) 127 127 FCK.Focus() ; 128 else if ( FCKBrowserInfo.IsIE ) 129 { 130 // Logic to circumvent IE bug on startup focus (See ticket #141) 131 window.blur() ; 132 } 128 133 } 129 134