git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3715d73
)
fix for #4268. bind now works with iframe windows. thanks tr4nslator
author
Brandon Aaron
<brandon.aaron@gmail.com>
Wed, 22 Apr 2009 04:18:53 +0000
(
04:18
+0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Wed, 22 Apr 2009 04:18:53 +0000
(
04:18
+0000)
src/event.js
patch
|
blob
|
history
diff --git
a/src/event.js
b/src/event.js
index
4127fa8
..
7fa58ec
100644
(file)
--- a/
src/event.js
+++ b/
src/event.js
@@
-13,7
+13,7
@@
jQuery.event = {
// For whatever reason, IE has trouble passing the window object
// around, causing it to be cloned in the process
- if ( elem.setInterval && elem != window )
+ if ( elem.setInterval && ( elem != window && !elem.frameElement ) )
elem = window;
// Make sure that the function being executed has a unique ID