Opened 14 years ago
Closed 12 years ago
#4635 closed bug (worksforme)
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 (5)
Changed 14 years ago by
Attachment: | jQuery_test.html added |
---|
comment:1 Changed 14 years ago by
I've also hit the same bug. Running Firefox 3.0.11 on Mac OS X Leopard.
comment:2 Changed 14 years ago by
I am hitting the same bug with Firefox 3.0.11 on Vista and OS X 10.57. Problem does not exist for Safari.
comment:3 Changed 12 years ago by
Keywords: | bottom animate added |
---|---|
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!
HTML base document