Bug 119825

Summary: compositing/geometry/bounds-ignores-hidden-dynamic.html has incorrect initial rendering
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, esprehn+autocc, glenn, kondapallykalyan, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Simon Fraser (smfr) 2013-08-14 16:22:39 PDT
When LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic.html is first loaded, the content is weirdly stretched. Resizing the window fixes it.
Comment 1 Radar WebKit Bug Importer 2013-08-14 16:23:21 PDT
<rdar://problem/14741490>
Comment 2 Simon Fraser (smfr) 2013-08-22 16:55:03 PDT
Created attachment 209406 [details]
Patch
Comment 3 Tim Horton 2013-08-22 16:59:21 PDT
Comment on attachment 209406 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=209406&action=review

> Source/WebCore/platform/graphics/GraphicsLayer.h:504
> +    // Whether this layer should have setNeedsDisplay called when resized.

The function name is pretty descriptive...
Comment 4 Simon Fraser (smfr) 2013-08-22 17:28:28 PDT
https://trac.webkit.org/r154470