Skip to content

Broken Ctrl+C on Peers Tab #283

@hebasto

Description

@hebasto

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingUXAll about "how to get things done"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions