Side navigation
#11133 closed bug (duplicate)
Opened January 06, 2012 01:24PM UTC
Closed January 07, 2012 02:05PM UTC
Last modified March 14, 2012 09:57AM UTC
jQuery.one() function doesn't remove "mouseenter" event after first call
Reported by: | joepjoosten | Owned by: | dmethvin |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | event | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
A one time "mouseenter" event created with jQuery.one("mouseenter", function(){}) is fired every time. Conclusion: event doesn't get removed.
Bug probably is in jQuery.event.remove function
Attachments (0)
Change History (6)
Changed January 06, 2012 01:32PM UTC by comment:1
Changed January 06, 2012 01:33PM UTC by comment:2
component: | unfiled → event |
---|---|
milestone: | None → 1.7.2 |
owner: | → dmethvin |
priority: | undecided → low |
status: | new → assigned |
Confirmed.
Changed January 07, 2012 12:18AM UTC by comment:3
Already fixed last month by https://github.com/jquery/jquery/commit/c584ce4f562536a282c6ccfd78d5d12080850517 for #10984.
Changed January 07, 2012 02:05PM UTC by comment:4
milestone: | 1.7.2 → None |
---|---|
resolution: | → duplicate |
status: | assigned → closed |
Thanks @gibson042, I thought it looked familiar but must have done the jquery-git test wrong when I checked it.
Changed February 28, 2012 05:17AM UTC by comment:6
It is really Serious!
Example
http://jsfiddle.net/8MB3S/