Bug 57522 - Flash of white when a WKView with composited content moves on-screen
Summary: Flash of white when a WKView with composited content moves on-screen
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-03-30 20:30 PDT by mitz
Modified: 2011-03-30 20:59 PDT (History)
0 users

See Also:


Attachments
Ensure that the backing store state is updated upon entering compositing mode, and that the layers are synchronized to the host (2.17 KB, patch)
2011-03-30 20:47 PDT, mitz
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-03-30 20:30:22 PDT
<rdar://problem/9005982>

When adding a WKView that has composited content into a window’s view hierarchy, sometimes it flashes its background color before displaying the composited content. Patch forthcoming.
Comment 1 mitz 2011-03-30 20:47:27 PDT
Created attachment 87663 [details]
Ensure that the backing store state is updated upon entering compositing mode, and that the layers are synchronized to the host
Comment 2 Maciej Stachowiak 2011-03-30 20:51:21 PDT
Comment on attachment 87663 [details]
Ensure that the backing store state is updated upon entering compositing mode, and that the layers are synchronized to the host

r=me
Comment 3 mitz 2011-03-30 20:58:56 PDT
Fixed in r82543. <http://trac.webkit.org/changeset/82543>