Skip to main content

Bug Tracker

Side navigation

#2902 closed bug (invalid)

Opened May 20, 2008 04:11AM UTC

Closed October 12, 2009 11:30PM UTC

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

Reported by: aheimlich Owned by:
Priority: major Milestone:
Component: plugin Version:
Keywords: Cc:
Blocked by: Blocking:
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 (1)
  • FastTrigger-bug.diff (1.9 KB) - added by aheimlich May 20, 2008 05:14AM UTC.

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

Change History (1)

Changed October 12, 2009 11:30PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .