Bug 132759

Summary: [iOS WK2] Fixed elements can go outside the document on pinching
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch benjamin: review+

Description Simon Fraser (smfr) 2014-05-09 16:54:42 PDT
[iOS WK2] Fixed elements can go outside the document on pinching
Comment 1 Simon Fraser (smfr) 2014-05-09 16:57:57 PDT
Created attachment 231197 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-05-09 16:58:32 PDT
<rdar://problem/16870835>
Comment 3 Benjamin Poulain 2014-05-09 17:05:24 PDT
Comment on attachment 231197 [details]
Patch

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

> Source/WebKit2/UIProcess/ios/WKContentView.mm:295
> +static inline float adjustedUnexposedEdge(float documentEdge, float exposedRectEdge, float factor)

maybe adjustedUnexposedEdge -> adjustedUnexposedMinEdge
Comment 4 Simon Fraser (smfr) 2014-05-09 17:12:17 PDT
https://trac.webkit.org/r168560