Side navigation
#8728 closed bug (fixed)
Opened March 31, 2011 02:47PM UTC
Closed September 20, 2011 12:51PM UTC
Last modified March 08, 2012 03:58PM UTC
Event 'mouseenter' not firing when the element being left is removed on leaving
Reported by: | rechosen@gmail.com | Owned by: | dmethvin |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | event | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The jsFiddle example should speak for itself:
Compare the behavior with the following jsFiddle, where the "prepend" was replaced with an "append":
http://jsfiddle.net/djquery/Bgs2P/2/
That one shows expected behavior.
The formalities:
1. The bug only occurs in 1.5.1 (and the latest git build as of the moment of posting this), not in 1.3.2, 1.4.2, 1.4.4 or 1.5. Appears to be a regression between 1.5 and 1.5.1
1. Tested and occuring in FF 3.6.13; IE{6,7,8}; Chrome 10.0.648.204; Safari 5.0.4
1. Occuring on both Arch Linux and Windows XP
1. The instructions for reproducing are in the jsFiddle, as are the expected and actual behavior
Attachments (0)
Change History (3)
Changed March 31, 2011 02:54PM UTC by comment:1
component: | unfiled → event |
---|---|
priority: | undecided → high |
status: | new → open |
Changed September 08, 2011 05:37PM UTC by comment:2
milestone: | 1.next → 1.7 |
---|---|
owner: | → dmethvin |
status: | open → assigned |
This bug is fixed in my 1.7 branch, I'll reconfirm when it lands later this month.
Changed September 20, 2011 12:51PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fixed in the 1.7 event rewrites.