mirror of
https://github.com/Archeb/opentrace.git
synced 2026-04-25 16:55:58 +03:00
[GH-ISSUE #91] [BUG] Incorrect Earlier Data Copied to Clipboard #215
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrace#215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NeilCresswell on GitHub (May 25, 2025).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/91
Describe the bug 描述你遇到的BUG
After running a traceroute, the first time data is copied to the clipboard via the right click of a mouse on a traceroute table row seems to be correct. However, all future attempts to copy different data from a different hop are all incorrect. No matter what hop I then select, or if I then choose between copying an IP, location, or host name, I still get the original data I first requested copied to the clipboard instead.
To Reproduce 复现方法
Run a traceroute in the app.
Right click on one of the hops and "Copy Hostname".
The correct host name now appears in the clipboard.
Right click on a different hop and select "Copy Hostname".
Incorrectly the first selected hop's host name is copied to the clipboard instead.
Right click on a different hop and select "Copy IP".
Incorrectly the first selected hop's host name is copied to the clipboard instead.
Right click on a different hop and select "Copy Geolocation".
Incorrectly the first selected hop's host name is copied to the clipboard instead.
Screenshots (If applicable) 截图(如果有)
N/A
Environment 使用环境
OS: Fedora Linux Workstation v41 (64 bit) with Gnome 47.6 desktop
OpenTrace Version: v1.4.4.0 installed through Flathub (dl.flathub.org)
Additional context 补充说明
For the incorrect situations I additionally tested by copying other text to the clipboard between each of the OpenTrace copy tests, and can confirm data is copied to the clipboard by OpenTrace every time. Unfortunately it seems OpenTrace is not just providing the results of the original request to copy to clipboard every time you make a new request.
@fakeboboliu commented on GitHub (May 25, 2025):
Thanks for your report,
github.com/Archeb/opentrace@7ee4120b79should fix it.The nightly build can be get here.