Skip to main content

Bug Tracker

Side navigation

#1798 closed bug (fixed)

Opened October 12, 2007 10:45PM UTC

Closed October 14, 2007 09:52PM UTC

Binding Bug ?

Reported by: flesler Owned by:
Priority: major Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

This is an example:

$('#foo')

.click(function(){})

.mouseover(function(){})

.unbind('click')

.click(function(){

alert('click!!');

});

clicking on foo should alert once, but in my PC, it does twice(FF and IE)

Attachments (0)
Change History (2)

Changed October 13, 2007 12:39AM UTC by davidserduke comment:1

This is reported in another ticket.

http://dev.jquery.com/ticket/1731

It is actually a problem caused when more than 1 event handler was attached to an element. It should be fixed in SVN.

Changed October 14, 2007 09:52PM UTC by arrix comment:2

resolution: → fixed
status: newclosed

Fixed in Rev [3578]