jazzband / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
8.07k stars 1.05k forks source link

Time panel in Debug Toolbar not clickable due to missing <a> tag #1936

Closed GachewaRa closed 3 months ago

GachewaRa commented 3 months ago

The Time panel in the Django Debug Toolbar is not clickable. Upon inspection, I found that unlike other panels (e.g., Versions), the Time panel is missing an tag, which seems to be preventing it from being interactive.

Steps to reproduce:

  1. Set up a Django project with Debug Toolbar
  2. Load any page with the Debug Toolbar active
  3. Attempt to click on the Time panel

Expected behavior: The Time panel should be clickable and expand with detailed timing information.

Actual behavior: The Time panel is not clickable and does not expand.

Versions:

  • Django: 5.0.4
  • Django Debug Toolbar: 4.4.2

image

I've tried downgrading the Debug Toolbar without success. Any insights or suggestions would be appreciated.

GachewaRa commented 3 months ago

Ah, I'm using Windows and Time isn't supported here