You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, If I highlight some text in a jsonb filed and use ctrl-c I get the entire field value rather than just the selected text. Right-click menu has an option for copy but it is disabled.
To Reproduce
Steps to reproduce the behavior:
Go to Query window
Run a query where results contain a jsonb field.
Double click jsonb field to invoke edit widnow
Highlight some text
CTRL + C
Open Notepad
Paste into notepad
Expected behavior
only the text that was selected in the jsonb field is pasted.
Repeat 1 - 4
5. Right click selected text
Expected behavior
Copy menu option should be enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
HI @adityatoshniwal . I see that this ticket was closed as duplicate, but the referenced ticket isn't exactly what I'm describing here. The referenced ticket talks about incorrect quoting. My ticket refers to copying only the selected text.
eg: if the jsonb field has
{
"firstname": "Dan",
"lastname": "Pierson"
}
and I highlight just "Pierson", I'd expect when I copy with CTRL+C, that only "Pierson" would be copied. Instead, I'm getting the entire value for the jsonb field.
Describe the bug
On Windows, If I highlight some text in a jsonb filed and use ctrl-c I get the entire field value rather than just the selected text. Right-click menu has an option for copy but it is disabled.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Repeat 1 - 4
5. Right click selected text
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: