Bug 186412 - Match HI spec for thumbnail view sizing and location
Summary: Match HI spec for thumbnail view sizing and location
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-06-07 15:00 PDT by Dean Jackson
Modified: 2018-06-07 16:29 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.16 KB, patch)
2018-06-07 15:04 PDT, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>