Skip to content

Cannot copy values from some columns #20606

@opericgithub

Description

@opericgithub

NetBox Edition

NetBox Community

NetBox Version

v4.4.4

Python Version

3.12

Steps to Reproduce

Selecting and copying values from columns like Device Role or Status no longer works. Ctrl+C results in nothing being copied.

  1. Go to Devices → List Devices
  2. Make sure "Device Role" or "Status" or "Tags" columns are visible
  3. Select text in one or multiple rows
  4. Press Ctrl+C
  5. Paste

Expected Behavior

Selected text from all columns should be copied to the clipboard.

Observed Behavior

Text from some columns is copied, but from some others isn't.

Additional observations:

The text exists in the DOM but cannot be copied when inside a <span class="badge">. (Device Role, Status, Tags, etc.).
Direct <a> elements inside <td> copy normally.
Likely a regression in frontend handling of badges/links affecting copy-paste functionality.

Metadata

Metadata

Assignees

Labels

severity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions