Bug 24475 - [Transforms] Trails seen when using CSS Transitions for scaling an image with a box-shadow
Summary: [Transforms] Trails seen when using CSS Transitions for scaling an image with...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL: http://www.satine.org/research/webkit...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 17:56 PDT by Charles Ying
Modified: 2009-03-09 22:52 PDT (History)
2 users (show)

See Also:


Attachments
visual bug screenshot (154.62 KB, image/png)
2009-03-09 17:57 PDT, Charles Ying
no flags Details
Testcase (422 bytes, text/html)
2009-03-09 18:04 PDT, Simon Fraser (smfr)
no flags Details
Patch, testcase, changelog (4.76 KB, patch)
2009-03-09 22:45 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 Charles Ying 2009-03-09 17:56:47 PDT
1. Load the URL and mouse over the screenshot.
2. Notice a clipped box shadow on the scaled up image.
3. Mouse out, notice a trail of repaint bugs as the image scales back down.
Comment 1 Charles Ying 2009-03-09 17:57:34 PDT
Created attachment 28423 [details]
visual bug screenshot
Comment 2 Simon Fraser (smfr) 2009-03-09 18:04:20 PDT
Created attachment 28424 [details]
Testcase

For the bug to happen:
* The transitioning element has to be a replaced element
* The transform has to have a translate in it
Comment 3 Simon Fraser (smfr) 2009-03-09 22:45:59 PDT
Created attachment 28427 [details]
Patch, testcase, changelog
Comment 4 Oliver Hunt 2009-03-09 22:47:36 PDT
Comment on attachment 28427 [details]
Patch, testcase, changelog

r=me
Comment 5 Simon Fraser (smfr) 2009-03-09 22:52:56 PDT
http://trac.webkit.org/changeset/41545