Changeset 594

Show
Ignore:
Timestamp:
2007-07-30 14:50:40 (16 months ago)
Author:
martinkou
Message:

Fixed #141 : Removed previous fix which causes IE browser window to lose focus.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fck.js

    r587 r594  
    126126                        if ( FCKConfig.StartupFocus ) 
    127127                                FCK.Focus() ; 
    128                         else if ( FCKBrowserInfo.IsIE ) 
    129                         { 
    130                                 // Logic to circumvent IE bug on startup focus (See ticket #141) 
    131                                 window.blur() ; 
    132                         } 
    133128                } 
    134129