Bug 132639 - -[WKWebView isLoading] is NO immediately after -loadRequest: until the provisional load starts
Summary: -[WKWebView isLoading] is NO immediately after -loadRequest: until the provis...
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: 2014-05-06 20:27 PDT by mitz
Modified: 2014-05-06 20:47 PDT (History)
2 users (show)

See Also:


Attachments
Make PageLoadingState::isLoading return true when there is a pending API request (3.22 KB, patch)
2014-05-06 20:45 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-05-06 20:27:45 PDT
-[WKWebView isLoading] is NO immediately after -loadRequest: until the provisional load starts, but it should change to YES as soon as -loadRequest: is called. Patch forthcoming.
Comment 1 mitz 2014-05-06 20:45:37 PDT
Created attachment 230966 [details]
Make PageLoadingState::isLoading return true when there is a pending API request
Comment 2 mitz 2014-05-06 20:47:46 PDT
Fixed in <http://trac.webkit.org/r168405>.