Modify ↓
Ticket #12015 (closed bug: invalid)
»e.returnValue = false;« does often raise "... member not found .." for IE's <= 8
| Reported by: | sarfarazm@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Test case: http://jsfiddle.net/hfQeG/4/
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This is an issue with what the plugin is doing, not jQuery. IE 6/7 (and even IE8 to some extent) don't react well to the event object being cached and used after an event has been delivered. The only way to use it safely is to copy over any properties to a genuine JavaScript object and use that object at post-event time. But again this is not a jQuery issue and also not something we have any control over.