Changeset 1771
- Timestamp:
- 2008-03-22 13:23:07 (5 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/fckeditor.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/fckeditor.html
r1732 r1771 343 343 // we care only about this window. Ticket #1642. 344 344 // #2002: The originalTarget from the event can be the current document, the window, or the editing area. 345 if ( e && e.originalTarget !== document && e.originalTarget !== window && e.originalTarget.ownerDocument != document)345 if ( e && e.originalTarget !== document && e.originalTarget !== window && (!e.originalTarget.ownerDocument || e.originalTarget.ownerDocument != document )) 346 346 return ; 347 347