Fixed position objects are clipped in iOS WK2
Created attachment 222769 [details] Patch
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.
http://trac.webkit.org/changeset/163146