RESOLVED FIXED 185391
Use a dark gray for system preview background
https://bugs.webkit.org/show_bug.cgi?id=185391
Summary Use a dark gray for system preview background
Dean Jackson
Reported 2018-05-07 13:46:16 PDT
Use a dark gray for system preview bbackground
Attachments
Patch (1.73 KB, patch)
2018-05-07 13:50 PDT, Dean Jackson
eric.carlson: review+
Radar WebKit Bug Importer
Comment 1 2018-05-07 13:48:06 PDT
Dean Jackson
Comment 2 2018-05-07 13:50:51 PDT
Jon Lee
Comment 3 2018-05-07 13:53:25 PDT
Comment on attachment 339748 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=339748&action=review > Source/WebKit/UIProcess/ios/WKSystemPreviewView.mm:64 > + UIColor *backgroundColor = [UIColor colorWithRed:(38. / 255) green:(38. / 255) blue:(38. / 255) alpha:1] not being used?
Eric Carlson
Comment 4 2018-05-07 13:55:10 PDT
Comment on attachment 339748 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=339748&action=review >> Source/WebKit/UIProcess/ios/WKSystemPreviewView.mm:64 >> + UIColor *backgroundColor = [UIColor colorWithRed:(38. / 255) green:(38. / 255) blue:(38. / 255) alpha:1] > > not being used? Ditto.
Dean Jackson
Comment 5 2018-05-07 13:56:02 PDT
Comment on attachment 339748 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=339748&action=review >>> Source/WebKit/UIProcess/ios/WKSystemPreviewView.mm:64 >>> + UIColor *backgroundColor = [UIColor colorWithRed:(38. / 255) green:(38. / 255) blue:(38. / 255) alpha:1] >> >> not being used? > > Ditto. Oh gosh. This patch is very wrong. It will make sense when I fix it.
Dean Jackson
Comment 6 2018-05-07 14:00:30 PDT
Note You need to log in before you can comment on or make changes to this bug.