Skip to main content

Bug Tracker

Side navigation

#4635 closed bug (worksforme)

Opened May 08, 2009 08:22AM UTC

Closed November 13, 2010 07:21AM UTC

animate() fails to get initial 'bottom' position on Firefox

Reported by: telemaco Owned by:
Priority: major Milestone: 1.3.2
Component: core Version: 1.3.2
Keywords: bottom animate Cc:
Blocked by: Blocking:
Description

I was trying to use animate() function to move a div across a web page and found a bug when running on Firefox.

To get the current position, animate() function uses the cur(force) function with a 'true' param. If you try with 'false' param it works correctly. (line 3906 in the code).

I have attached a couple of files showing the problem.

Attachments (2)
  • jQuery_test.html (0.6 KB) - added by telemaco May 08, 2009 08:22AM UTC.

    HTML base document

  • test.js (0.4 KB) - added by telemaco May 08, 2009 08:23AM UTC.

    Javascript code

Change History (3)

Changed June 22, 2009 09:21PM UTC by holek comment:1

I've also hit the same bug.

Running Firefox 3.0.11 on Mac OS X Leopard.

Changed June 25, 2009 03:10AM UTC by ThomPatterson comment:2

I am hitting the same bug with Firefox 3.0.11 on Vista and OS X 10.57. Problem does not exist for Safari.

Changed November 13, 2010 07:21AM UTC by addyosmani comment:3

keywords: → bottom animate
resolution: → worksforme
status: newclosed

I have tested your code out here Live Test Case using jQuery 1.4.4 and FireFox 3.6.10 and this issue appears to no longer present itself (ie. is now working). Thanks!