Side navigation
#9312 closed bug (duplicate)
Opened May 17, 2011 10:15AM UTC
Closed May 17, 2011 01:51PM UTC
Last modified May 17, 2011 01:51PM UTC
live mouseenter breaks live mouseover
Reported by: | christian.meixner@bippesbrandao.de | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.next |
Component: | event | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you bind any mouseenter-event with .live() then no mouseover event bound with .live() will fire anymore.
Example:
Tested on Firefox 4 and IE9 on Windows Vista 32 Bit.
This used to work correctly in versions prior to 1.6.1 and it still works when using .bind() instead of .live()
May be related to or duplicate of #9279