Skip to content

v9.10 broken Copy + Paste (again) #9372

@adrian-tt

Description

@adrian-tt

Upgraded from pgadmin4 9.9 to 9.10 (Python wheel)

Result Grid has a text cell containing abc123

Copy + paste from the single text cell in the Rresult Grid copies the whole string, irrespective if only selecting a single character, wrapping the copied string in the selected quote character (I have the single quote option selected).

using above text,

  1. Clicking on the cell and Ctrl-C results in 'abc123' as expected.
  2. Clicking into the cell and highlighting just bc12 and Ctrl-C results in 'abc123'. Expected only bc12
  3. Clicking into the cell and highlighting the whole text and Ctrl-C results in 'abc123'. Expected only abc123

Cut + paste works as expected returning bc12 and abc123

Reverting back to pgadmin4 9.9 corrects the issue.

Running Debian 13, KDE, pgAdmin4 v9.10 python wheel, tested using both latest releases Firefox and Chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions