[Webkit-unassigned] [Bug 16020] A transition of width: auto to a fixed width computes auto as zero.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 7 14:53:12 PST 2010


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





--- Comment #10 from Faruk Ates <farukates at me.com>  2010-01-07 14:53:11 PST ---
Isn't the computed value internally kept as a pixel value no matter what the
unit is? Wouldn't that mean that a change from width:80px to width:auto could
do a non-transitioned lookup to see what pixel value "auto" currently computes
to, and transition to that?

I'm probably not understanding it, but it seems weird that every Javascript
library in the world that does this has it figured out, but a hardware
accelerated implementation can't?

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