[Webkit-unassigned] [Bug 35816] New: CSS transition from fixed size to automatic size warps from 0 to desired

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 15:49:05 PST 2010


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

           Summary: CSS transition from fixed size to automatic size warps
                    from 0 to desired
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: felixcca at yahoo.ca


Created an attachment (id=50135)
 --> (https://bugs.webkit.org/attachment.cgi?id=50135)
The bugging 

Overview
When you create a CSS transition using -webkit-transition-property and
-webkit-transition-duration to animate the width or the height of an image (or
their min/max variants) from a fixed size to the auto value, the animation will
go towards 0px and then warp to the necessary size instead of going directly to
the necessary size.

Steps to reproduce:
Run the attached file and mouse over the huge title. Optionally, read the
comments that have been left there.

Acutal results
The animation animates towards 0px and then jumps to the automatic size.

Expected results
The animation should animate towards the automatic size.

-- 
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