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)
Change History (1)
Changed October 12, 2009 11:30PM UTC by comment:1
| 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 .