Bug 29730 - REGRESSION: webkit-transform scale no longer works properly in nightly build
Summary: REGRESSION: webkit-transform scale no longer works properly in nightly build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Simon Fraser (smfr)
URL: http://homepage.mac.com/hanspeterscha...
Keywords: HasReduction, InRadar, Regression
Depends on:
Blocks:
 
Reported: 2009-09-24 18:16 PDT by Hanspeter Schaub
Modified: 2009-09-24 21:02 PDT (History)
2 users (show)

See Also:


Attachments
Patch, changelog, testcase (9.12 KB, patch)
2009-09-24 20:46 PDT, Simon Fraser (smfr)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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