Side navigation
#9211 closed bug (duplicate)
Opened May 10, 2011 01:31PM UTC
Closed May 10, 2011 02:32PM UTC
Last modified May 10, 2011 02:32PM UTC
wrong event type
| Reported by: | j.koehler@modulingo.de | 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?