Opened 12 years ago
Closed 12 years ago
#8760 closed bug (worksforme)
mouseenter behaves like mouseover in IE
Reported by: | virtualgadjo | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hi, mouseenter, maybe it's its default behaviour in IE, behaves like mouseover in... IE (at least 6/7/8). This makes animation a bit difficult as if on mouseenter you fire a clearInterval you can't fire a setInterval for the same function afterwards as it keeps clearing it ! works perfectly in Chrome/Safari/Firefox tried with 1.4.3/1.5.1/1.5.2 Thanks for having a look at it
Note: See
TracTickets for help on using
tickets.
mouseenter is a normalization of mouseover/enter behaviour, this is expected