#52 closed bug (invalid)
Event Triggering
Reported by: | 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 (8)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Milestone: | → 1.0 |
---|---|
Version: | → 1.0 |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the find - fixed in SVN rev 152.
comment:4 Changed 17 years ago by
Component: | → ajax |
---|---|
Priority: | → blocker |
Resolution: | → invalid |
Status: | reopened → closed |
Type: | → bug |
SPAMPOLICE
comment:5 Changed 17 years ago by
Cc: | Greg added; "" removed |
---|---|
Component: | ajax → 1 |
Keywords: | Greg added; trigger event removed |
Milestone: | → 1 |
Priority: | blocker → 1 |
Summary: | $().trigger broken since rev. 127 → Greg |
Type: | bug → 1 |
Version: | → 1 |
comment:6 Changed 17 years ago by
Cc: | Greg removed |
---|---|
Component: | 1 → event |
Keywords: | Greg removed |
Milestone: | 1 |
Priority: | 1 → critical |
Summary: | Greg → Event Triggering |
Type: | 1 → bug |
Version: | 1 |
Note: See
TracTickets for help on using
tickets.
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.