RESOLVED FIXED 127974
Fixed position objects are clipped in iOS WK2
https://bugs.webkit.org/show_bug.cgi?id=127974
Summary Fixed position objects are clipped in iOS WK2
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.