Opened 12 years ago
Closed 12 years ago
#8543 closed bug (invalid)
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
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Milestone: | 1.next → 1.6 |
Owner: | set to dmethvin |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
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.