Opened 15 years ago
Closed 15 years ago
#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: | |
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 15 years ago by
Attachment: | event-multiple-data.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Replied at the original post.
Note: See
TracTickets for help on using
tickets.
Test case and bugfix