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+

Simon Fraser (smfr)
Reported 2014-01-30 17:29:25 PST
Fixed position objects are clipped in iOS WK2
Attachments
Patch (4.11 KB, patch)
2014-01-30 17:34 PST, Simon Fraser (smfr)
darin: review+
Simon Fraser (smfr)
Comment 1 2014-01-30 17:34:53 PST
Darin Adler
Comment 2 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.
Simon Fraser (smfr)
Comment 3 2014-01-30 17:43:50 PST
Note You need to log in before you can comment on or make changes to this bug.