Search and Top Navigation
#7465 closed bug (notabug)
Opened June 11, 2011 02:01AM UTC
Closed June 11, 2011 10:24AM UTC
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:
Attachments (0)
Change History (1)
Changed June 11, 2011 10:24AM UTC by comment:1
component: | ui.core → effects.core |
---|---|
resolution: | → invalid |
status: | new → closed |
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.