#9211 closed bug (duplicate)
wrong event type
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | blocker | Milestone: | 1.next |
Component: | event | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('ul > li').live('mouseenter mouseleave',function(event){
if (event.type == 'mouseenter') {
event type is mouseover
bug?
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → blocker |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #9069.