[Webkit-unassigned] [Bug 190443] New: Web Inspector: Network: detail view reverts to "Response" when new requests are added

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 10 14:30:36 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190443

            Bug ID: 190443
           Summary: Web Inspector: Network: detail view reverts to
                    "Response" when new requests are added
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

* STEPS TO REPRODUCE:
1. Open WebInspector on any page
2. Go to the Network tab
3. Select a resource that has a request payload (e.g. JSON sent with the request)
4. Show the "Request" content under "Preview"
5. Fire another request on the page
 => "Response" content is suddenly shown

Example request:

    fetch("data.json?" + Math.random(), {
        method: "POST",
        // headers: {"Content-Type": "application/json"},
        body: `{"a":1,"b":2,"c":3,"d":4,"e":5,"f":6}`,
    });

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181010/b14c152c/attachment.html>


More information about the webkit-unassigned mailing list