Bug 127974

Summary: Fixed position objects are clipped in iOS WK2
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    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Simon Fraser (smfr) 2014-01-30 17:29:25 PST
Fixed position objects are clipped in iOS WK2
Comment 1 Simon Fraser (smfr) 2014-01-30 17:34:53 PST
Created attachment 222769 [details]
Patch
Comment 2 Darin Adler 2014-01-30 17:36:53 PST
Comment on attachment 222769 [details]
Patch

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

> Source/WebCore/page/FrameView.cpp:1572
> +#endif
> +    return viewportConstrainedVisibleContentRect();

This should be #else/#endif instead of having a double return on IOS.
Comment 3 Simon Fraser (smfr) 2014-01-30 17:43:50 PST
http://trac.webkit.org/changeset/163146