Side navigation
#6269 closed bug (duplicate)
Opened March 11, 2010 09:49PM UTC
Closed March 11, 2010 10:44PM UTC
Plain Object Event Unbind throws exception when unbinding last handler for given event.
Reported by: | khoipham | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | event | Version: | 1.4.2 |
Keywords: | event unbind | Cc: | |
Blocked by: | Blocking: |
Description
When unbinding an event attached to a plain object, an exception is thrown when trying to remove generic event handler when if no more handlers exist.
Line 1772 calls >>
removeEvent( elem, type, elemData.handle );
removeEvent expects a DOM element, but plain object is passed instead.
Attachments (1)
Change History (1)
Changed March 11, 2010 10:44PM UTC by comment:1
component: | unfiled → event |
---|---|
resolution: | → duplicate |
status: | new → closed |
Duplicate of #6184.