Bug 15719

Summary: [Transforms] Transformed box doesn't repaint when translation changes
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 15670    
Attachments:
Description Flags
Test case
none
Move updating of transform to after the old repaint but before the new repaint (instead of after both repaints). mitz: review+

mitz
Reported 2007-10-26 19:41:29 PDT
See test case.
Attachments
Test case (370 bytes, text/html)
2007-10-26 19:41 PDT, mitz
no flags
Move updating of transform to after the old repaint but before the new repaint (instead of after both repaints). (746 bytes, patch)
2007-10-26 19:46 PDT, Dave Hyatt
mitz: review+
mitz
Comment 1 2007-10-26 19:41:49 PDT
Created attachment 16894 [details] Test case
Dave Hyatt
Comment 2 2007-10-26 19:46:48 PDT
Created attachment 16895 [details] Move updating of transform to after the old repaint but before the new repaint (instead of after both repaints).
mitz
Comment 3 2007-10-26 19:51:12 PDT
Comment on attachment 16895 [details] Move updating of transform to after the old repaint but before the new repaint (instead of after both repaints). r=me if you land a repaint test
Dave Hyatt
Comment 4 2007-10-26 20:01:54 PDT
Fixed in r27138.
Note You need to log in before you can comment on or make changes to this bug.