-
Notifications
You must be signed in to change notification settings - Fork 798
Open
Description
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,
- Clicking on the cell and Ctrl-C results in 'abc123' as expected.
- Clicking into the cell and highlighting just bc12 and Ctrl-C results in 'abc123'. Expected only bc12
- 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
Labels
No labels
Type
Projects
Status
No status