Side navigation
#3398 closed bug (fixed)
Opened September 23, 2008 01:13PM UTC
Closed May 14, 2009 04:15PM UTC
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 (5)
Changed September 23, 2008 10:58PM UTC by comment:1
| component: | unfilled → event |
|---|---|
| status: | new → assigned |
Changed April 29, 2009 10:04PM UTC by comment:2
| milestone: | 1.3 → 1.3.3 |
|---|---|
| resolution: | → fixed |
| status: | assigned → closed |
Fixed in r6316
Changed May 14, 2009 04:15PM UTC by comment:3
| resolution: | fixed |
|---|---|
| status: | closed → reopened |
Changed May 14, 2009 04:15PM UTC by comment:4
| owner: | flesler → brandon |
|---|---|
| status: | reopened → new |
Changed May 14, 2009 04:15PM UTC by comment:5
| resolution: | → fixed |
|---|---|
| status: | new → closed |
sorry, had to reopen to reassign to me. :)