Bug 147019

Summary: Fix disappearing position:fixed elemnets in fixed layout mode
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 147627    
Bug Blocks:    
Attachments:
Description Flags
Patch thorton: review+

Description Simon Fraser (smfr) 2015-07-16 14:42:59 PDT
Fix disappearing position:fixed elemnets in fixed layout mode
Comment 1 Simon Fraser (smfr) 2015-07-16 14:48:55 PDT
Created attachment 256929 [details]
Patch
Comment 2 Tim Horton 2015-07-16 14:51:30 PDT
Comment on attachment 256929 [details]
Patch

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

> Source/WebCore/ChangeLog:3
> +        Fix disappearing position:fixed elemnets in fixed layout mode

elemnets

> Source/WebCore/rendering/RenderLayerCompositor.cpp:2745
> +        viewBounds = m_renderView.unscaledDocumentRect();

we want to use the document rect and not the scrolled fixed layout size?

I guess it doesn't really matter, this will only ever be bigger
Comment 3 Simon Fraser (smfr) 2015-07-16 14:56:21 PDT
https://trac.webkit.org/r186911

rdar://problem/21822541