Bug Tracker

Modify

Ticket #12015 (closed bug: invalid)

Opened 11 months ago

Last modified 11 months ago

»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

Change History

comment:1 Changed 11 months ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.