Changeset 756

Show
Ignore:
Timestamp:
2007-08-30 22:58:46 (3 years ago)
Author:
aleksey
Message:

Fixed #1153: focus/blur event handlers are assignted to contentWindow now rather than document.

Files:
1 modified

Legend:

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

    r754 r756  
    981981                if ( FCKBrowserInfo.IsIE ) 
    982982                        oTarget = win.nodeType == 1 ? win : win.frameElement ? win.frameElement : win.document ; 
     983                else if ( FCKBrowserInfo.IsSafari )  
     984                        oTarget = win ; 
    983985                else 
    984986                        oTarget = win.document ;