Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
Description
The mouseleave event doesn't fire
Change History
comment:1 Changed 2 years ago by dmethvin
- Owner set to dmethvin
- Priority changed from undecided to high
- Status changed from new to assigned
- Component changed from unfiled to event
- Milestone changed from 1.next to 1.6
comment:2 Changed 2 years ago by dmethvin
- Status changed from assigned to closed
- Resolution set to invalid
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
