RESOLVED FIXED 135275
Sometimes WKWebView is blank after resuming the app, until you scroll
https://bugs.webkit.org/show_bug.cgi?id=135275
Summary Sometimes WKWebView is blank after resuming the app, until you scroll
Tim Horton
Reported 2014-07-24 18:04:39 PDT
If the UI process is waiting for a didUpdateViewState, we need to *always* for sure get a reply from the Web Process, so dispatchViewStateChange should *always* send SetViewState even if nothing changed (so that we get the reply). <rdar://problem/17803170>
Attachments
patch (1.59 KB, patch)
2014-07-24 18:07 PDT, Tim Horton
benjamin: review+
Tim Horton
Comment 1 2014-07-24 18:07:26 PDT
Benjamin Poulain
Comment 2 2014-07-24 18:09:58 PDT
Comment on attachment 235483 [details] patch Hum, did you perf test this?
Tim Horton
Comment 3 2014-07-24 18:12:01 PDT
Note You need to log in before you can comment on or make changes to this bug.