Bug 60845 - WKView does not draw after forced repaint before the first update
Summary: WKView does not draw after forced repaint before the first update
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-14 13:17 PDT by mitz
Modified: 2011-05-14 13:43 PDT (History)
0 users

See Also:


Attachments
Make paint() wait for an update if necessary after forceRepaint() (3.41 KB, patch)
2011-05-14 13:22 PDT, mitz
alice.barraclough: 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-05-14 13:17:17 PDT
WKView does not draw after forced repaint before the first update
Comment 1 mitz 2011-05-14 13:22:34 PDT
Created attachment 93564 [details]
Make paint() wait for an update if necessary after forceRepaint()
Comment 2 mitz 2011-05-14 13:43:20 PDT
Fixed in r86495. <http://trac.webkit.org/changeset/86495>