Skip to main content

Bug Tracker

Side navigation

#8543 closed bug (invalid)

Opened March 16, 2011 03:54PM UTC

Closed April 24, 2011 02:59AM UTC

live("hover", ... ) broken in 1.5.1

Reported by: wheresrhys Owned by: dmethvin
Priority: high Milestone: 1.6
Component: event Version: 1.5.1
Keywords: Cc:
Blocked by: Blocking:
Description

The mouseleave event doesn't fire

Demo - http://jsfiddle.net/wheresrhys/4kVZJ/4/

Attachments (0)
Change History (2)

Changed March 30, 2011 05:26PM UTC by dmethvin comment:1

component: unfiledevent
milestone: 1.next1.6
owner: → dmethvin
priority: undecidedhigh
status: newassigned

Changed April 24, 2011 02:59AM UTC by dmethvin comment:2

resolution: → invalid
status: assignedclosed

Man, you had me going on this one!

There is no event binding like .live("hover", fnOver, fnOut) although we did add support for .live("hover", fnOverAndOut) which is consistent with the event binding APIs.

And no, I don't think we should support it. If anything we should desupport the mythical hover event.