#5337 closed bug (worksforme)
left/right/top/bottom css property can't be toggled in FF
Reported by: | gminuses | Owned by: | gminuses |
---|---|---|---|
Priority: | low | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | animate toggle | Cc: | |
Blocked by: | Blocking: |
Description
$('div').animate({left: 'toggle'}) is not working properly(the same for right/top/bottom) in FF 3.0-3.5(haven't tested lower version).
When the property's value is being reduced to zero, it work fine, but when it is being restored, it doesn't increase, and after the animation is finished, the value is suddenly restored.
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | index.html added |
---|
comment:2 Changed 12 years ago by
Owner: | set to gminuses |
---|---|
Priority: | major → undecided |
Status: | open → pending |
Please confirm this issue still exists
comment:3 Changed 12 years ago by
Status: | pending → new |
---|
Just tested it again. This issue still exists in FF 3.6.16.
comment:4 Changed 12 years ago by
Priority: | undecided → low |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Using dmethvin's test case, this cannot be reproduced.
http://jsfiddle.net/rwaldron/XcsPE/
Tested
- FF 3.0.12, 3.6.16, 4.0
- Chrome 9, 10, 12
comment:5 Changed 12 years ago by
See the screen record here: (tested under FF 3.6.16) http://www.screenr.com/uDe
This issue appears when you click the toggle link the second time. It works fine when you just click it just once.
A test case for this bug