Bug Tracker

Ticket #2902 (new bug)

Opened 6 months ago

[FastTrigger] Bug When Calling $().fastTrigger() From Inside an Event triggered also Triggered by FastTrigger

Reported by: aheimlich Assigned to: anonymous
Type: bug Priority: major
Milestone: Component: plugin
Version: Keywords:
Cc: Needs: Review

Description

See: http://aheimlich.dreamhosters.com/fastTrigger-bug/

FastTrigger? reuses the same event object each time it is called. So given the following:

  1. FastTrigger? an event named foo
  2. An event handler for foo FastTriggers? an event named bar

Any foo event handler called after the one from step 2 will have event.type set to bar instead of foo.

Attachments

FastTrigger-bug.diff (1.9 kB) - added by aheimlich 6 months ago.
Patch the jQuery SVN copy and not my project's copy

Change History

Changed 6 months ago by aheimlich

Patch the jQuery SVN copy and not my project's copy

Note: See TracTickets for help on using tickets.