Bug 9334

Summary: Incomplete repaint when changing block from non-positioned to positioned
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,<button%20onclick="t.style.position='fixed'">Test</button><div%20id="t"%20style="width:%20100px;%20height:%20100px;%20background:%20green;%20top:%2050px;"></div>
Attachments:
Description Flags
Repaint as static before becoming positioned hyatt: review+

mitz
Reported 2006-06-06 14:21:57 PDT
The URL fails to repaint correctly both in TOT and in WebKit-418.8. Changing to relative gives even worse results.
Attachments
Repaint as static before becoming positioned (28.50 KB, patch)
2006-06-07 14:39 PDT, mitz
hyatt: review+
mitz
Comment 1 2006-06-07 14:39:24 PDT
Created attachment 8754 [details] Repaint as static before becoming positioned
Darin Adler
Comment 2 2006-06-08 09:22:00 PDT
Comment on attachment 8754 [details] Repaint as static before becoming positioned Looks perfect to me, but need to hear from Hyatt on this one.
Dave Hyatt
Comment 3 2006-06-08 14:23:51 PDT
Comment on attachment 8754 [details] Repaint as static before becoming positioned r=me. This function is getting big. We may want to consider breaking out more pieces into smaller functions at some point.
David Kilzer (:ddkilzer)
Comment 4 2006-06-10 21:02:22 PDT
Committed revision 14810.
Note You need to log in before you can comment on or make changes to this bug.