Side navigation
#5021 closed bug (invalid)
Opened August 06, 2009 02:27PM UTC
Closed June 13, 2010 04:03PM UTC
"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.
Attachments (0)
Change History (1)
Changed June 13, 2010 04:03PM UTC by comment:1
component: | unfiled → event |
---|---|
resolution: | → invalid |
status: | new → closed |
Please reopen with a test case.