-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
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.
- Go to Devices → List Devices
- Make sure "Device Role" or "Status" or "Tags" columns are visible
- Select text in one or multiple rows
- Press Ctrl+C
- 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.
Dakson13
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application