netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/free-netbox-cloud/
http://netboxlabs.com/oss/netbox/
Apache License 2.0
15.76k stars 2.54k forks source link

Table Issues #16850

Open andrewgormley opened 2 months ago

andrewgormley commented 2 months ago

NetBox version

v4.1.0-dev

Feature type

Change to existing functionality

Proposed functionality

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

andrewgormley commented 1 month ago

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 1 month ago

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 1 month ago

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

jeremystretch commented 1 month ago

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