Fix disappearing position:fixed elemnets in fixed layout mode
Created attachment 256929 [details] Patch
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
https://trac.webkit.org/r186911 rdar://problem/21822541