Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
comment:1 Changed 5 years ago by flesler
- Status changed from new to assigned
- Component changed from unfilled to event
comment:2 Changed 4 years ago by brandon
- Status changed from assigned to closed
- Resolution set to fixed
- Milestone changed from 1.3 to 1.3.3
Fixed in r6316
comment:3 Changed 4 years ago by brandon
- Status changed from closed to reopened
- Resolution fixed deleted
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


HTML file, contains code to show the problem