Side navigation
#52 closed bug (invalid)
Opened July 07, 2006 10:30PM UTC
Closed October 26, 2006 02:24PM UTC
Last modified June 21, 2007 02:39AM UTC
Event Triggering
Reported by: | choan.galvez@gmail.c | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | event | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Event triggering does not work since rev. 127
Test cases at
Working:
http://scriptia.net/temp/jquery/bug-trigger-rev127/test-events-126.html
Failing:
http://scriptia.net/temp/jquery/bug-trigger-rev127/test-events-127.html
Attachments (2)
Change History (6)
Changed July 07, 2006 11:02PM UTC by comment:1
Changed July 08, 2006 05:38PM UTC by comment:2
milestone: | → 1.0 |
---|---|
version: | → 1.0 |
Changed July 17, 2006 02:08AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Thanks for the find - fixed in SVN rev 152.
Changed October 26, 2006 02:24PM UTC by comment:4
component: | → ajax |
---|---|
priority: | → blocker |
resolution: | → invalid |
status: | reopened → closed |
type: | → bug |
SPAMPOLICE
Changed November 05, 2006 06:52PM UTC by comment:5
cc: | "" → Greg |
---|---|
component: | ajax → 1 |
keywords: | trigger event → Greg |
milestone: | → 1 |
priority: | blocker → 1 |
summary: | $().trigger broken since rev. 127 → Greg |
type: | bug → 1 |
version: | → 1 |
Changed November 17, 2006 11:55PM UTC by comment:6
cc: | Greg |
---|---|
component: | 1 → event |
keywords: | Greg |
milestone: | 1 |
priority: | 1 → critical |
summary: | Greg → Event Triggering |
type: | 1 → bug |
version: | 1 |
John, I think I've fixed this.
Between rev. 126 and rev. 127, the arguments order for jQuery.event.trigger changed dramatically ;)
Changing the arguments order in the call from jQuery.prototype.trigger makes this works again.