Side navigation
#12015 closed bug (invalid)
Opened July 05, 2012 09:06AM UTC
Closed July 05, 2012 01:08PM UTC
»e.returnValue = false;« does often raise "... member not found .." for IE's <= 8
Reported by: | sarfarazm@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Test case: http://jsfiddle.net/hfQeG/4/
Attachments (0)
Change History (1)
Changed July 05, 2012 01:08PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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.