Skip to main content

Bug Tracker

Side navigation

#8760 closed bug (worksforme)

Opened April 04, 2011 08:31AM UTC

Closed April 04, 2011 12:19PM UTC

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

Attachments (0)
Change History (1)

Changed April 04, 2011 12:19PM UTC by rwaldron comment:1

resolution: → worksforme
status: newclosed

mouseenter is a normalization of mouseover/enter behaviour, this is expected