Bug 30425

Summary: Compositing layers not correctly updated after partial layout
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Testcase
none
WIP patch
none
Patch mitz: review+

Simon Fraser (smfr)
Reported 2009-10-15 21:13:05 PDT
Created attachment 41263 [details] Testcase When a partial layout happens (with a non-null subroot), some compositing layers can be left un-updated, and thus display in the wrong positions. This happens because RenderLayerBacking::updateAfterLayout() assumes that some parent layer is going to update the geometry this layer, but, in the case of a partial layout, the parent layer may not be affected by layout.
Attachments
Testcase (1.07 KB, text/html)
2009-10-15 21:13 PDT, Simon Fraser (smfr)
no flags
WIP patch (5.92 KB, patch)
2009-10-15 21:34 PDT, Simon Fraser (smfr)
no flags
Patch (10.70 KB, patch)
2009-10-18 09:52 PDT, Simon Fraser (smfr)
mitz: review+
Simon Fraser (smfr)
Comment 1 2009-10-15 21:34:52 PDT
Created attachment 41264 [details] WIP patch
Simon Fraser (smfr)
Comment 2 2009-10-18 09:52:39 PDT
mitz
Comment 3 2009-10-18 10:04:07 PDT
Comment on attachment 41380 [details] Patch > + When a partial layout happend, for example as the result of a postion-change-only Typo: happend. r=me
Simon Fraser (smfr)
Comment 4 2009-10-18 10:18:03 PDT
Note You need to log in before you can comment on or make changes to this bug.