Modify ↓
Ticket #52 (closed bug: invalid)
Event Triggering
| Reported by: | choan.galvez@… | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | event | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
comment:3 Changed 7 years ago by john
- Status changed from new to closed
- Resolution set to fixed
Thanks for the find - fixed in SVN rev 152.
comment:4 Changed 7 years ago by anonymous
- Priority set to blocker
- Resolution set to invalid
- Status changed from reopened to closed
- Component set to ajax
- Type set to bug
SPAMPOLICE
comment:5 Changed 7 years ago by Greg
- Cc Greg added; "" removed
- Component changed from ajax to 1
- Summary changed from $().trigger broken since rev. 127 to Greg
- Priority changed from blocker to 1
- Version set to 1
- Milestone set to 1
- Keywords Greg added; trigger event removed
- Type changed from bug to 1
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.