Bug Tracker

Ticket #1798 (closed bug: fixed)

Opened 14 months ago

Last modified 14 months ago

Binding Bug ?

Reported by: flesler Owned by:
Priority: major Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Needs: Review

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)

Change History

Changed 14 months ago by davidserduke

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 14 months ago by arrix

  • status changed from new to closed
  • resolution set to fixed

Fixed in Rev [3578]

Note: See TracTickets for help on using tickets.