Modify ↓
Ticket #3076 (closed bug: invalid)
Bind multiple data to same handler
| Reported by: | vmx | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | event | Version: | 1.2.6 |
| Keywords: | bind, event, data | Cc: | |
| Blocking: | Blocked by: |
Description
If multiple data is bound to the same event, only the last data is actually used and the event is only fired once.
This patch adds a new test to cover this case and a patch to solve this problem.
Attachments
Change History
Changed 5 years ago by vmx
-
attachment
event-multiple-data.patch
added
comment:1 Changed 5 years ago by flesler
- Status changed from new to closed
- Resolution set to invalid
Replied at the original post.
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.

Test case and bugfix