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+

Simon Fraser (smfr)
Reported 2015-07-16 14:42:59 PDT
Fix disappearing position:fixed elemnets in fixed layout mode
Attachments
Patch (6.58 KB, patch)
2015-07-16 14:48 PDT, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2015-07-16 14:48:55 PDT
Tim Horton
Comment 2 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
Simon Fraser (smfr)
Comment 3 2015-07-16 14:56:21 PDT
Note You need to log in before you can comment on or make changes to this bug.