Bug 19275 - webkit transforms leave behind rendering artifacts
Summary: webkit transforms leave behind rendering artifacts
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-27 13:37 PDT by Lee Barney
Modified: 2008-11-28 11:35 PST (History)
0 users

See Also:


Attachments
A test case that demonstrates the rendering issue (8.32 KB, text/html)
2008-05-27 13:39 PDT, Lee Barney
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lee Barney 2008-05-27 13:37:24 PDT
When a transformation is applied to DOM elements that both translate and scale up a div, rendering artifacts are left behind during the transition and the div fails to update at it's final larger scale leaving only a portion of div visible.  In this test example the div is scaled to 25% initially.  After the transition it is scaled to 100% but only 25% of the div is viewable until the browser re-renders the page due to resizing the browser or switching to another application and then back.
Comment 1 Lee Barney 2008-05-27 13:39:04 PDT
Created attachment 21369 [details]
A test case that demonstrates the rendering issue
Comment 2 Alexander Willner 2008-11-28 09:19:23 PST
(In reply to comment #1)
> Created an attachment (id=21369) [review]
> A test case that demonstrates the rendering issue
> 

Cannot confirm that one with the latest nightly build. Is the bug still valid?