Bug Tracker

Modify

Ticket #3398 (closed bug: fixed)

Opened 5 years ago

Last modified 4 years ago

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

prob.htm Download (605 bytes) - added by antix 5 years ago.
HTML file, contains code to show the problem

Change History

Changed 5 years ago by antix

HTML file, contains code to show the problem

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

comment:4 Changed 4 years ago by brandon

  • Owner changed from flesler to brandon
  • Status changed from reopened to new

comment:5 Changed 4 years ago by brandon

  • Status changed from new to closed
  • Resolution set to fixed

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.