Bug 157343 - Web Inspector: xhr content doesn't load
Summary: Web Inspector: xhr content doesn't load
Status: RESOLVED DUPLICATE of bug 157162
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Safari Technology Preview
Hardware: All OS X 10.11
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-05-04 05:39 PDT by webkit
Modified: 2016-05-04 19:28 PDT (History)
7 users (show)

See Also:


Attachments
content not loading (38.29 KB, image/png)
2016-05-04 05:39 PDT, webkit
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description webkit 2016-05-04 05:39:25 PDT
Created attachment 278082 [details]
content not loading

Using version 3 of the tech preview the content of a XHR response doesn't load anymore. This worked in earlier versions. Other content like images or fonts are rendered correctly.
See the attached screenshot.
Comment 1 Radar WebKit Bug Importer 2016-05-04 05:42:25 PDT
<rdar://problem/26087817>
Comment 2 Joseph Pecoraro 2016-05-04 10:57:58 PDT
Hmm, not must data for us to go off of. Is the website publicly assessable?

Fortunately, I'm guessing this is a duplicate of bug 157248.
https://bugs.webkit.org/show_bug.cgi?id=157248

What was the MIME Type of the XHR response? If the content was JSON / JavaScript, then it would be a duplicate of that bug, which has already been fixed.

If it isn't, then please try to provide a little more information on how this might be reproducible.
Comment 3 webkit 2016-05-04 12:09:46 PDT
I think it's a duplicate of that bug. I tried the nightly and it's working there.
Comment 4 Timothy Hatcher 2016-05-04 16:04:12 PDT
I think Joe meant: https://bugs.webkit.org/show_bug.cgi?id=157162
Comment 5 Timothy Hatcher 2016-05-04 16:04:37 PDT

*** This bug has been marked as a duplicate of bug 157162 ***
Comment 6 Joseph Pecoraro 2016-05-04 19:28:16 PDT
(In reply to comment #5)
> 
> *** This bug has been marked as a duplicate of bug 157162 ***

Oops yes, that was the bug I meant =)
Comment 7 Joseph Pecoraro 2016-05-04 19:28:42 PDT
(In reply to comment #3)
> I think it's a duplicate of that bug. I tried the nightly and it's working
> there.

Thanks for checking!