Side navigation
#5337 closed bug (worksforme)
Opened October 08, 2009 08:48AM UTC
Closed April 07, 2011 01:52PM UTC
Last modified March 10, 2012 11:12AM UTC
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 (5)
Changed November 14, 2010 03:22PM UTC by comment:1
status: | new → open |
---|
Changed April 02, 2011 12:46AM UTC by comment:2
owner: | → gminuses |
---|---|
priority: | major → undecided |
status: | open → pending |
Please confirm this issue still exists
Changed April 03, 2011 12:24PM UTC by comment:3
status: | pending → new |
---|
Just tested it again. This issue still exists in FF 3.6.16.
Changed April 07, 2011 01:52PM UTC by comment:4
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
Changed April 08, 2011 02:18AM UTC by comment:5
See the screen record here: (tested under FF 3.6.16)
This issue appears when you click the toggle link the second time. It works fine when you just click it just once.
http://jsfiddle.net/dmethvin/uy4Bq/