#5392 closed bug (wontfix)
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)
Change History (3)
Changed 13 years ago by
Attachment: | jQueryIssue.html added |
---|
comment:1 Changed 13 years ago by
Component: | unfiled → event |
---|
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
It’s not possible to pass function references between windows like that.
Note: See
TracTickets for help on using
tickets.
Launches a popup which refs the opener windows JS object