Describe the bug
For the past few release, starting around 1.50, copying selected text from the Timeline has not been working correctly. This only happens when the selected text is on a single line. If the selection spans more than one line, the copy/paste will work correctly.
This is happening in the Terminal in VS Code and Windows Terminal (for both underlying Command Prompt and PowerShell 7.x). This same behavior is also occurring on multiple computers.
When I select text to copy and use either right-click or ctrl+c, I get the copied to clipboard message in the CLI Footer, but what gets pasted is not what I had selected to copy. The pasted text is text that exists in the Timeline, but it's not the intended text at all.
For example, I ran /version to get my current CLI version. I just tried to copy/paste the value and it definitely was not the version text that I had selected to copy.
Lastly, this is the only program where I am experiencing this behavior.
Affected version
1.0.52-4
Steps to reproduce the behavior
- Run /version
- Select the only relevant part of the output
- right-click or ctrl+c the selected text
- Observe the "copied to clipboard" message in the footer
- Paste the value in any other program, say Notepad
- Observe the pasted text is not the text that was selected to be copied. It's text from within the Timeline, just not the intended text.
Expected behavior
The pasted text should be the text that was selected.
Additional context
Describe the bug
For the past few release, starting around 1.50, copying selected text from the Timeline has not been working correctly. This only happens when the selected text is on a single line. If the selection spans more than one line, the copy/paste will work correctly.
This is happening in the Terminal in VS Code and Windows Terminal (for both underlying Command Prompt and PowerShell 7.x). This same behavior is also occurring on multiple computers.
When I select text to copy and use either right-click or ctrl+c, I get the copied to clipboard message in the CLI Footer, but what gets pasted is not what I had selected to copy. The pasted text is text that exists in the Timeline, but it's not the intended text at all.
For example, I ran /version to get my current CLI version. I just tried to copy/paste the value and it definitely was not the version text that I had selected to copy.
Lastly, this is the only program where I am experiencing this behavior.
Affected version
1.0.52-4
Steps to reproduce the behavior
Expected behavior
The pasted text should be the text that was selected.
Additional context