Bug 29730

Summary: REGRESSION: webkit-transform scale no longer works properly in nightly build
Product: WebKit Reporter: Hanspeter Schaub <hanspeterschaub>
Component: CSSAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: mrowe, simon.fraser
Priority: P2 Keywords: HasReduction, InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
URL: http://homepage.mac.com/hanspeterschaub/work/test.html
Attachments:
Description Flags
Patch, changelog, testcase mitz: review+

Description Hanspeter Schaub 2009-09-24 18:16:00 PDT
I use the webkit-transform to scale elements when the mouse hovers over them.  As of two days ago (9/22/09), the nightly webkit build no longer function properly here?  The image should scale form its norm size to x1.1 the size.  however, it now seems to scale from zero size to x1.1 size?  Here is a test page to illustrate this issue. 

http://homepage.mac.com/hanspeterschaub/work/test.html

I have this happen on other elements (some div's) that I use on my site.  They all scale from 0 to the desired size, instead of from the current size as before.  In Safari 4 this still work as expected.
Comment 1 Mark Rowe (bdash) 2009-09-24 19:32:19 PDT
<rdar://problem/7252744>
Comment 2 Simon Fraser (smfr) 2009-09-24 19:44:06 PDT
Regression from bug 29465 I guess.
Comment 3 Simon Fraser (smfr) 2009-09-24 20:46:41 PDT
Created attachment 40099 [details]
Patch, changelog, testcase
Comment 4 Simon Fraser (smfr) 2009-09-24 21:02:14 PDT
http://trac.webkit.org/changeset/48746