Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed February 26, 2010 03:19PM UTC by rlrosario comment:1

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?

Changed February 26, 2010 04:24PM UTC by john comment:2

milestone: 1.4.21.4.3
resolution: → fixed
status: newclosed
version: 1.4.11.4.2