id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
6169	.live('hover') breaking change from 1.4.1 to 1.4.2	rlrosario		"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."	bug	closed		1.4.3	event	1.4.2	fixed				
