Bug Tracker

Opened 14 years ago

Closed 13 years ago

#5021 closed bug (invalid)

"unbind" changes internal JQuery id

Reported by: rudimenter Owned by:
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:

Description

Hi I have the following problem:

Pseudocode:

var x = $.data(this)

this.bind('mouseenter.nnn', funct ..

this.bind('mouseleave.nnn', funct ..

..

this.unbind('mouseenter.nnn mouseleave.nnn')

var y = $.data(this)

x!=y (!!! BANG - should it not be x==y !!!)

My apologies for not delivering testcode. Will do this as soon as possible.

Change History (1)

comment:1 Changed 13 years ago by dmethvin

Component: unfiledevent
Resolution: invalid
Status: newclosed

Please reopen with a test case.

Note: See TracTickets for help on using tickets.