Skip to main content

Bug Tracker

Side navigation

#5392 closed bug (wontfix)

Opened October 19, 2009 04:57AM UTC

Closed November 19, 2010 10:12AM UTC

Last modified March 15, 2012 11:44AM UTC

IE click event error when jQuery ref is passed from a popup to the opener window

Reported by: gbaker Owned by:
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

Error occurs with all versions of Internet Explorer. Specifically with a click event when jQuery ref is passed from a popup to the opener window. The opener window using the jQuery reference to assign click events to elements in the popup.

Attached working example in Chrome and FF3.5. All IE6+ versions throw a JS error in the popup on the click event. I've debuged it to approx line 2694. IE thinks 'handler' is not a function, but an object.

Attachments (1)
  • jQueryIssue.html (2.3 KB) - added by gbaker October 19, 2009 04:58AM UTC.

    Launches a popup which refs the opener windows JS object

Change History (2)

Changed June 13, 2010 06:04PM UTC by dmethvin comment:1

component: unfiledevent

Changed November 19, 2010 10:12AM UTC by snover comment:2

resolution: → wontfix
status: newclosed

It’s not possible to pass function references between windows like that.