Side navigation
#7150 closed bug (fixed)
Opened October 11, 2010 06:23PM UTC
Closed October 12, 2010 12:55PM UTC
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.
I should add, I only encountered this error while using 1.4.3rc1.