Skip to main content

Bug Tracker

Side navigation

#6266 closed bug (duplicate)

Opened March 11, 2010 12:46PM UTC

Closed March 11, 2010 03:04PM UTC

Unbinding custom events results in TypeError

Reported by: gillis Owned by:
Priority: Milestone: 1.4.3
Component: event Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

test case

var fn = new function(){};

jQuery(fn).bind('customEvent',function(){});

jQuery(fn).unbind();

result

type: TypeError

lineNumber : 2074

message: elem.removeEventListener is not a function

Attachments (0)
Change History (1)

Changed March 11, 2010 03:04PM UTC by john comment:1

component: unfiledevent
resolution: → duplicate
status: newclosed

Duplicate of #6184.