Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Ctrl+C on Peers Tab #283

Closed
hebasto opened this issue Apr 17, 2021 · 1 comment · Fixed by #18
Closed

Broken Ctrl+C on Peers Tab #283

hebasto opened this issue Apr 17, 2021 · 1 comment · Fixed by #18
Labels
Bug Something isn't working UX All about "how to get things done"

Comments

@hebasto
Copy link
Member

hebasto commented Apr 17, 2021

It is supposed to be able to copy a content of the selected QAbstractItemView with the Ctrl+C shortcut, at least a QString value (QTBUG-86166).

This approach works with recentRequestsView and with other QTableView instances, but not with the peerWidget on the Peers Tab.

Steps to reproduce the bug on Linux (Linux Mint 20.1 Cinnamon, Qt 5.12.8, master (4a1751a) branch):

  1. Go to the Peers Tab
  2. Left click on the cell in the "Network" column of any row
  3. Press "Ctrl+C"

Expected behavior

The selected value, e.g. "IPv4", is copied to the clipboard.

Actual behavior

The program aborts with an exception (maybe not the first time).

@hebasto hebasto added the Bug Something isn't working label Apr 17, 2021
@hebasto
Copy link
Member Author

hebasto commented Apr 17, 2021

It appears that #18 fixes this bug :)

@hebasto hebasto added the UX All about "how to get things done" label May 1, 2021
@bitcoin-core bitcoin-core locked as resolved and limited conversation to collaborators Aug 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working UX All about "how to get things done"
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant