Changeset 594
- Timestamp:
- 2007-07-30 14:50:40 (16 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
r587 r594 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 }133 128 } 134 129