Circuit Sort Human Readable Content Disappears #309

Closed
opened 2025-12-29 16:20:45 +01:00 by adam · 3 comments
Owner

Originally created by @LordBoBCUP on GitHub (Aug 1, 2016).

Hi, Running v1.3.2 I notice that when I sort my circuits (probably only have ~25) into human readable (selecting Port Speed, or Commit Rate) the content disappears and that container is empty. Nav menu, filter menu, bottom bar etc are still there, but the circuit container is just blank. Has anyone else noticed this? I don't seem to have this issue on other sections (such as connections, prefixes or vlans etc)

Originally created by @LordBoBCUP on GitHub (Aug 1, 2016). Hi, Running v1.3.2 I notice that when I sort my circuits (probably only have ~25) into human readable (selecting Port Speed, or Commit Rate) the content disappears and that container is empty. Nav menu, filter menu, bottom bar etc are still there, but the circuit container is just blank. Has anyone else noticed this? I don't seem to have this issue on other sections (such as connections, prefixes or vlans etc)
adam added the type: bug label 2025-12-29 16:20:45 +01:00
adam closed this issue 2025-12-29 16:20:45 +01:00
Author
Owner

@jeremystretch commented on GitHub (Aug 1, 2016):

Sounds like you might have a browser plugin that's interfering. I feel like this has come up before. Does it happen in other browsers?

@jeremystretch commented on GitHub (Aug 1, 2016): Sounds like you might have a browser plugin that's interfering. I feel like this has come up before. Does it happen in other browsers?
Author
Owner

@LordBoBCUP commented on GitHub (Aug 2, 2016):

Hi Jeremy, I am seeing this both in Internet explorer and a freshly installed Chrome on a win 2012 r2 box as well as Firefox and IE on a windows 7 box and Chrome, IE and FF on a win10 box. This also includes testing on different resolutions. I also see the same behavior on your netbox-demo01.packetlife.net site as well (currently running v1.3.2).

@LordBoBCUP commented on GitHub (Aug 2, 2016): Hi Jeremy, I am seeing this both in Internet explorer and a freshly installed Chrome on a win 2012 r2 box as well as Firefox and IE on a windows 7 box and Chrome, IE and FF on a win10 box. This also includes testing on different resolutions. I also see the same behavior on your netbox-demo01.packetlife.net site as well (currently running v1.3.2).
Author
Owner

@jeremystretch commented on GitHub (Aug 2, 2016):

The problem here was in the port_speed and commit_rate columns. The table was attempting to sort on the human-friendly speed display, which doesn't exist in the database. This is clearly evident when debugging is turned on. Strangely, when debugging is off, the table fails to render yet the request is processed without returning an error.

@jeremystretch commented on GitHub (Aug 2, 2016): The problem here was in the `port_speed` and `commit_rate` columns. The table was attempting to sort on the human-friendly speed display, which doesn't exist in the database. This is clearly evident when debugging is turned on. Strangely, when debugging is off, the table fails to render yet the request is processed without returning an error.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#309