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
Attachments (0)
Change History (2)
Changed March 30, 2011 05:26PM UTC by comment:1
component: | unfiled → event |
---|---|
milestone: | 1.next → 1.6 |
owner: | → dmethvin |
priority: | undecided → high |
status: | new → assigned |
Changed April 24, 2011 02:59AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | assigned → closed |
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.