Opened 14 years ago
Closed 14 years ago
#3398 closed bug (fixed)
Events register on the wrong window in IE
Reported by: | antix | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | event | Version: | 1.2.6 |
Keywords: | core, window, ie | Cc: | |
Blocked by: | Blocking: |
Description
You cannot register an event on a second window in an IFrame
Line 1828: For whatever reason, IE has trouble passing the window object around, causing it to be cloned in the process if ( jQuery.browser.msie && elem.setInterval )
elem = window;
this means the window bound is always the current one
attached test code
Attachments (1)
Change History (6)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Component: | unfilled → event |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Milestone: | 1.3 → 1.3.3 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed in r6316
comment:3 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 14 years ago by
Owner: | changed from flesler to brandon |
---|---|
Status: | reopened → new |
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
sorry, had to reopen to reassign to me. :)
Note: See
TracTickets for help on using
tickets.
HTML file, contains code to show the problem