Side navigation
#6169 closed bug (fixed)
Opened February 24, 2010 11:19PM UTC
Closed February 26, 2010 04:24PM UTC
.live('hover') breaking change from 1.4.1 to 1.4.2
Reported by: | rlrosario | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | event | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I had the following code that worked in 1.4.1:
$('#id').live('hover', function(ev){
if(ev.type==='mouseenter') {
over
} else {
off
}
});
When I moved to 1.4.2 it stopped working. Basically the event type changed to 'mouseover' in 1.4.2. No biggie, but I didn't see the compatibility break documented anywhere.
Any way to edit this bug? It really should be Version 1.4.2 Milestone 1.4.3 but that wasnt available when I submitted it?