Skip to main content

Bug Tracker

Side navigation

#4973 closed bug (invalid)

Opened July 26, 2009 03:40AM UTC

Closed June 13, 2010 01:55PM UTC

animate Method Fails in Firefox 3.5, Safari 4, Chrome

Reported by: DavidSalahi Owned by:
Priority: major Milestone: 1.4
Component: effects Version: 1.3.2
Keywords: animate Cc:
Blocked by: Blocking:
Description

animate fails to have any effect. In the attached example, the font size is (should be) animated. Works in IE8.

Attachments (1)
  • animate Dave.html (0.6 KB) - added by DavidSalahi July 26, 2009 03:41AM UTC.

    Sample code showing animate failure

Change History (2)

Changed December 09, 2009 03:37PM UTC by caii comment:1

  
<form>
		<button onClick="animator()">Animate</button>
</form>

remove the "<form>" ,I Think it's no about jquery'bug.

Changed June 13, 2010 01:55PM UTC by dmethvin comment:2

component: unfiledfx
resolution: → invalid
status: newclosed

Right, as caii says it's because of the form tags. The button acts as a submit so the page reloads before the animation can start.

For issues like this, please ask for help on the forum. Once it's determined the problem is really a bug you can open a ticket here.