Skip to main content

Bug Tracker

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 joepjoosten comment:1

Changed January 06, 2012 01:33PM UTC by dmethvin comment:2

component: unfiledevent
milestone: None1.7.2
owner: → dmethvin
priority: undecidedlow
status: newassigned

Confirmed.

Changed January 07, 2012 12:18AM UTC by gibson042 comment:3

Changed January 07, 2012 02:05PM UTC by dmethvin comment:4

milestone: 1.7.2None
resolution: → duplicate
status: assignedclosed

Thanks @gibson042, I thought it looked familiar but must have done the jquery-git test wrong when I checked it.

Changed January 07, 2012 02:05PM UTC by dmethvin comment:5

Duplicate of #10984.

Changed February 28, 2012 05:17AM UTC by swain comment:6

It is really Serious!