Bug 132639

Summary: -[WKWebView isLoading] is NO immediately after -loadRequest: until the provisional load starts
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Make PageLoadingState::isLoading return true when there is a pending API request darin: review+

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>.