[Webkit-unassigned] [Bug 58140] Support transitions to and from 'auto' values of left, top, width, height, etc.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 3 13:41:29 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58140


David Calhoun <david.b.calhoun at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david.b.calhoun at gmail.com




--- Comment #1 from David Calhoun <david.b.calhoun at gmail.com>  2011-10-03 13:41:29 PST ---
The way this works now seems like a bug.

Current behavior:
A transition from a specific height to height:auto will result in the element animating to height:0 and only then jumping down immediately to height:auto.

Expected behavior:
A transition from a specific height to height:auto should result in a smooth transition to the value calculated by height:auto.  The height:auto calculation shouldn't occur after the transition.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list