Skip to main content

Bug Tracker

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)
  • index.html (0.7 KB) - added by gminuses October 08, 2009 08:51AM UTC.

    A test case for this bug

Change History (5)

Changed November 14, 2010 03:22PM UTC by dmethvin comment:1

Changed April 02, 2011 12:46AM UTC by rwaldron comment:2

owner: → gminuses
priority: majorundecided
status: openpending

Please confirm this issue still exists

Changed April 03, 2011 12:24PM UTC by gminuses comment:3

status: pendingnew

Just tested it again. This issue still exists in FF 3.6.16.

Changed April 07, 2011 01:52PM UTC by rwaldron comment:4

priority: undecidedlow
resolution: → worksforme
status: newclosed

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 gminuses comment:5

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.