-
Notifications
You must be signed in to change notification settings - Fork 334
Closed
Labels
BugSomething isn't workingSomething isn't workingUXAll about "how to get things done"All about "how to get things done"
Description
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):
- Go to the Peers Tab
- Left click on the cell in the "Network" column of any row
- 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).
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingUXAll about "how to get things done"All about "how to get things done"