Summary: | "Failed to load resource" in click handler; blocks image loading and XHR | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anthon Pang <anthon.pang> | ||||||||
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> | ||||||||
Status: | RESOLVED WORKSFORME | ||||||||||
Severity: | Major | CC: | ap, bburg | ||||||||
Priority: | P2 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | PC | ||||||||||
OS: | Windows Vista | ||||||||||
Attachments: |
|
Description
Anthon Pang
2011-02-18 17:00:17 PST
Created attachment 83037 [details]
Example
Did you test with nightly builds from <http://nightly.webkit.org>? I think that some of these ping mechanisms should work now. Created attachment 83075 [details]
Another example with beforeUnload handler
Added a beforeUnload handler to the example to introduce a delay, in case the ping request was being interrupted by the default action due to some timing issue.
The only difference with the latest nightly (r78800) is that Web Inspector went from: Failed to load resource. to: GET http://url-of-ping-request undefined (undefined) Created attachment 83076 [details]
Updated example with beforeunload handler.
Please re-open if this is still an issue in nightly builds. |