Bug 15719 - [Transforms] Transformed box doesn't repaint when translation changes
Summary: [Transforms] Transformed box doesn't repaint when translation changes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 15670
  Show dependency treegraph
 
Reported: 2007-10-26 19:41 PDT by mitz
Modified: 2007-10-26 23:12 PDT (History)
0 users

See Also:


Attachments
Test case (370 bytes, text/html)
2007-10-26 19:41 PDT, mitz
no flags Details
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+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-10-26 19:41:29 PDT
See test case.
Comment 1 mitz 2007-10-26 19:41:49 PDT
Created attachment 16894 [details]
Test case
Comment 2 Dave Hyatt 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).
Comment 3 mitz 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
Comment 4 Dave Hyatt 2007-10-26 20:01:54 PDT
Fixed in r27138.