Skip to content

Missing resource icons in DevTools Network panel #432

Description

Description

In Edge DevTools, the request-type/file-type icons that used to appear on the left side of entries in the Network panel's Name column are missing.

Actual behavior

  • Icons for resource types are not displayed in the Name column
  • Requests still load normally
  • Status / Type / Size / Time columns are displayed correctly
  • Only the icons are missing

Expected behavior

The Network panel should display the corresponding resource-type icon for each request in the Name column.

Steps to reproduce

  1. Open Edge
  2. Open DevTools with F12
  3. Go to the Network panel
  4. Refresh a page
  5. Observe that the icons to the left of the Name column entries are missing

Affected resource examples

  • .json
  • .css
  • .svg
  • favicon.ico

Notes

This looks like a UI rendering/styling issue rather than a request-loading issue. (I know the icon used to be there in previous years.).
This makes debugging much more difficult for me. When I need to find a specific request, I have to rely on the often long and cluttered file-name suffixes to identify its type, which significantly reduces the efficiency of locating and filtering requests.

Attachment

See attached screenshot.
Inedge
Image
other browser(like chrome)
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions