Opened 12 years ago
Closed 12 years ago
#7150 closed bug (fixed)
Events can't be triggered on objects that already contain an "events" property
Reported by: | bentruyman | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.4.3 |
Component: | event | Version: | 1.4.2 |
Keywords: | triggerHandler | Cc: | |
Blocked by: | Blocking: |
Description
If an event is bound to an arbitrary object, and it already has an "events" property, the handlers will not be fired.
Haven't determined the exact cause yet but line #347 of event.js seems like a good starting place.
I've attached a basic test.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | trigger_test.js added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | → 1.4.2 |
Note: See
TracTickets for help on using
tickets.
I should add, I only encountered this error while using 1.4.3rc1.