Skip to main content

Bug Tracker

Side navigation

#113 closed bug (invalid)

Opened July 29, 2006 09:44PM UTC

Closed October 01, 2006 05:41PM UTC

Last modified June 20, 2007 01:21AM UTC

hover() mouseout bug

Reported by: anonymous Owned by:
Priority: major Milestone: 1.0
Component: event Version: 1.0
Keywords: Cc:
Blocked by: Blocking:
Description

This code is not calling the mouseout function in firefox or IE

according to my tests:

$("li").hover(

function(){$(this).addClass("active");},

function(){$(this).removeClass("active");}

);

Attachments (0)
Change History (5)

Changed August 06, 2006 07:17PM UTC by john comment:1

milestone: → 1.0
version: → 1.0

Changed August 17, 2006 05:10AM UTC by john comment:2

resolution: → fixed
status: newclosed

This has been resolved in SVN.

Changed August 30, 2006 01:57PM UTC by mmihajlovic@ comment:3

resolution: fixed
status: closedreopened
summary: hover() mouseout bug in rev 165hover() mouseout bug

I'm still getting an error on IE. Althoug I haven't tested it, I think the problem is with removeClass and not the MouseOut event. This is still happening in ver 1.

Changed September 03, 2006 05:28PM UTC by mmihajlovic@ comment:4

Damn, I goofed. The problem is actually with toggle, not removeClass. Should I create a new bug entry?

Changed October 01, 2006 05:41PM UTC by joern comment:5

resolution: → invalid
status: reopenedclosed