Table Issues #9959

Closed
opened 2025-12-29 21:24:57 +01:00 by adam · 4 comments
Owner

Originally created by @andrewgormley on GitHub (Jul 8, 2024).

NetBox version

v4.1.0-dev

Feature type

Change to existing functionality

Proposed functionality

  • (Misc) Checkbox missing label [Multiple]
  • (Misc) Missing link text on hidden table column [Multiple]
  • (Tables) unlabelled column header for checkbox column [Multiple]
  • (Tables) Ensure tables use table and row headers to describe cells [Multiple]
  • (Tables) Row actions missing accessible names [Multiple]
  • (Tables) When table column is sorted the 'x' icon is missing link text [Multiple]

Use case

Fixing web accessibility issues ensures NetBox is best placed to serve users using screen readers and other accessibility tools.

Database changes

No response

External dependencies

No response

Originally created by @andrewgormley on GitHub (Jul 8, 2024). ### NetBox version v4.1.0-dev ### Feature type Change to existing functionality ### Proposed functionality - [ ] (Misc) Checkbox missing label [Multiple] - [ ] (Misc) Missing link text on hidden table column [Multiple] - [x] (Tables) unlabelled column header for checkbox column [Multiple] - [ ] (Tables) Ensure tables use table and row headers to describe cells [Multiple] - [x] (Tables) Row actions missing accessible names [Multiple] - [x] (Tables) When table column is sorted the 'x' icon is missing link text [Multiple] ### Use case Fixing web accessibility issues ensures NetBox is best placed to serve users using screen readers and other accessibility tools. ### Database changes _No response_ ### External dependencies _No response_
adam added the type: featurenetboxstatus: backlogtopic: UI/UX labels 2025-12-29 21:24:57 +01:00
adam closed this issue 2025-12-29 21:24:57 +01:00
Author
Owner

@andrewgormley commented on GitHub (Jul 24, 2024):

  • (Misc) Missing link text on hidden table column [Multiple]
  • (Tables) unlabelled column header for checkbox column [Multiple]

These two issues appear to be related to the actions column, the missing link is due to the sortable option being set to true even though there is no label. I believe to fix both issues we should set the sortable option to false and label the column as 'actions' or similar.

Screenshot 2024-07-24 at 12 06 02

@andrewgormley commented on GitHub (Jul 24, 2024): - (Misc) Missing link text on hidden table column [Multiple] - (Tables) unlabelled column header for checkbox column [Multiple] These two issues appear to be related to the actions column, the missing link is due to the sortable option being set to true even though there is no label. I believe to fix both issues we should set the sortable option to false and label the column as 'actions' or similar. ![Screenshot 2024-07-24 at 12 06 02](https://github.com/user-attachments/assets/5fc4a61e-3b78-434c-9fad-c3f5645a8b45)
Author
Owner

@andrewgormley commented on GitHub (Jul 24, 2024):

  • (Misc) Checkbox missing label [Multiple]

This issue is due to the checkbox not having an associated label, however being in a table this is a bit of an edge case, this might be fixable with an aria label

Screenshot 2024-07-24 at 12 06 47

@andrewgormley commented on GitHub (Jul 24, 2024): - (Misc) Checkbox missing label [Multiple] This issue is due to the checkbox not having an associated label, however being in a table this is a bit of an edge case, this might be fixable with an aria label ![Screenshot 2024-07-24 at 12 06 47](https://github.com/user-attachments/assets/f52ff78d-008a-4532-9346-f73cb4418edb)
Author
Owner

@andrewgormley commented on GitHub (Jul 24, 2024):

I've moved more table issues from #16852 to here.

@andrewgormley commented on GitHub (Jul 24, 2024): I've moved more table issues from #16852 to here.
Author
Owner

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

Some of the above items (checked) were addressed in PR #16986.

@jeremystretch commented on GitHub (Aug 1, 2024): Some of the above items (checked) were addressed in PR #16986.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9959