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.