Opened 12 years ago
Closed 10 years ago
#2902 closed bug (invalid)
[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:
- FastTrigger an event named
foo
- An event handler for
foo
FastTriggers an event namedbar
Any foo
event handler called after the one from step 2 will have event.type
set to bar
instead of foo
.
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | FastTrigger-bug.diff added |
---|
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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 .
Note: See
TracTickets for help on using
tickets.
Patch the jQuery SVN copy and not my project's copy