Opened 12 years ago

Closed 12 years ago

#7465 closed bug (notabug)

jQuery animation within hover() only fires on second time

Reported by: josephychoi Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.effects.core Version: 1.8.13
Keywords: Cc:
Blocked by: Blocking:

Description

I'm using jQuery to animate a height change on hover().

Upon hover, it'll apply a .hover class, and upon clicking, it'll toggle a .expanded class. It mostly works, with proper animation, but only after the first time. The first time hover will skip the animation entirely.

Here's an example reproducing the problem: http://jsfiddle.net/Qc42v/

Change History (1)

comment:1 Changed 12 years ago by rdworth

Component: ui.coreeffects.core
Resolution: invalid
Status: newclosed

You're using jQuery UI 1.8.13 with jQuery 1.6.x (which it's not yet tested/compatible with). Use with 1.5.2 and it works, no problem.

Note: See TracTickets for help on using tickets.