Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
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.

