Skip to main content

Bug Tracker

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)
  • prob.htm (0.6 KB) - added by antix September 23, 2008 01:14PM UTC.

    HTML file, contains code to show the problem

Change History (5)

Changed September 23, 2008 10:58PM UTC by flesler comment:1

component: unfilledevent
status: newassigned

Changed April 29, 2009 10:04PM UTC by brandon comment:2

milestone: 1.31.3.3
resolution: → fixed
status: assignedclosed

Fixed in r6316

Changed May 14, 2009 04:15PM UTC by brandon comment:3

resolution: fixed
status: closedreopened

Changed May 14, 2009 04:15PM UTC by brandon comment:4

owner: fleslerbrandon
status: reopenednew

Changed May 14, 2009 04:15PM UTC by brandon comment:5

resolution: → fixed
status: newclosed

sorry, had to reopen to reassign to me. :)