I'm unable to repro this on the sample site (either on the website or in the project). Tried with IE7 and FF, everything seems to work fine.
Posted a call for a repro to the thread referenced in the description. Will reactivate/investigate if I missed something.
Problem is in the underlying HoverBehavior. This code:
_hoverCount--;
}
Should be:
_hoverCount = 0;
Problem is dealing with this externally. May need to snap HoverBehavior, but I'd rather not.