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)
Change History (3)
Changed June 22, 2009 09:21PM UTC by comment:1
Changed June 25, 2009 03:10AM UTC by 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 comment:3
keywords: | → bottom animate |
---|---|
resolution: | → worksforme |
status: | new → closed |
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!
I've also hit the same bug.
Running Firefox 3.0.11 on Mac OS X Leopard.