Bug 186412

Summary: Match HI spec for thumbnail view sizing and location
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Dean Jackson 2018-06-07 15:00:14 PDT
Match HI spec for thumbnail view sizing and location
Comment 1 Dean Jackson 2018-06-07 15:01:32 PDT
<rdar://problem/40226192>
Comment 2 Dean Jackson 2018-06-07 15:04:54 PDT
Created attachment 342210 [details]
Patch
Comment 3 Tim Horton 2018-06-07 15:37:36 PDT
Comment on attachment 342210 [details]
Patch

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

> Source/WebKit/UIProcess/ios/WKSystemPreviewView.mm:133
> +        CGRect layoutFrame = CGRectMake(safeAreaInsets.left, safeAreaInsets.top,

UIEdgeInsetsInsetRect?
Comment 4 Dean Jackson 2018-06-07 16:29:44 PDT
Committed r232606: <https://trac.webkit.org/changeset/232606>