Bug 186158 - Don't paint the System Preview badge if the image isn't fully decoded
Summary: Don't paint the System Preview badge if the image isn't fully decoded
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-05-31 13:19 PDT by Dean Jackson
Modified: 2018-05-31 13:37 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.55 KB, patch)
2018-05-31 13:23 PDT, Dean Jackson
graouts: 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-05-31 13:19:49 PDT
Don't paint the System Preview badge if the image isn't fully decoded
Comment 1 Dean Jackson 2018-05-31 13:20:13 PDT
<rdar://problem/40454866>
Comment 2 Dean Jackson 2018-05-31 13:20:44 PDT
We paint the system preview badge even if it hasn’t been decoded yet. It leads to flashes of black if the image hasn’t been decoded before, or a flash of the previous blurred backdrop (when pinch zooming in).
Comment 3 Dean Jackson 2018-05-31 13:23:04 PDT
Created attachment 341688 [details]
Patch
Comment 4 Dean Jackson 2018-05-31 13:37:31 PDT
Committed r232367: <https://trac.webkit.org/changeset/232367>