Bug 41794

Summary: compositing/iframes/iframe-resize.html displays incorrectly after the resize
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

Description Simon Fraser (smfr) 2010-07-07 13:10:35 PDT
The testcase at LayoutTests/compositing/iframes/iframe-resize.html displays incorrectly on screen when run manually.
Comment 1 Simon Fraser (smfr) 2010-07-07 14:04:25 PDT
RenderLayerCompositor::updateContentLayerOffset() is getting called before widgets have been updated after layout.
Comment 2 Simon Fraser (smfr) 2010-07-07 17:33:16 PDT
This test is disabled too: bug 38888.
Comment 3 Simon Fraser (smfr) 2010-07-07 17:45:43 PDT
Created attachment 60814 [details]
Patch
Comment 4 Simon Fraser (smfr) 2010-07-07 17:50:31 PDT
I field bug 41819 to investigate just doing compositing updates after widget updates.
Comment 5 Simon Fraser (smfr) 2010-07-08 22:13:36 PDT
<rdar://problem/8174144>
Comment 6 Simon Fraser (smfr) 2010-07-08 22:34:03 PDT
http://trac.webkit.org/changeset/62894
Comment 7 Simon Fraser (smfr) 2010-07-08 22:35:33 PDT
*** Bug 41329 has been marked as a duplicate of this bug. ***