Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Left-clicking selected text to copy copies the single character accidentally selected #1845

Closed
439bananas opened this issue Jul 5, 2019 · 3 comments
Labels
Area-Interaction Interacting with the vintage console window (as opposed to driving via API or hooks) Issue-Question For questions or discussion Product-Terminal The new Windows Terminal. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@439bananas
Copy link

Environment

Windows build number: 10.0.18922.1000
Windows Terminal version (if applicable): 0.2.1715.0

WSL, Node.JS, Git-SCM (shouldn't really affect anything, right?)

Steps to reproduce

  • Select text by dragging over it
  • Click the text, which copies
  • Notice that now one character where you clicked is selected
  • Right-click into your input
  • Observe the text actually pasted is just that character selected after (or during) copying

Expected behavior

The original selected text should be pasted

Actual behavior

The character below where you clicked to copy that was accidentally selected is pasted

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jul 5, 2019
@carlos-zamora
Copy link
Member

The copy specifically happens when you right-click. So, on step 3, you created a new selection. Then, you actually copied it on step 4.

Are you saying that you want the selection to be copied when you left-click on the selection?

@carlos-zamora carlos-zamora added Area-Interaction Interacting with the vintage console window (as opposed to driving via API or hooks) Issue-Question For questions or discussion Product-Terminal The new Windows Terminal. and removed Needs-Tag-Fix Doesn't match tag requirements labels Jul 6, 2019
@439bananas
Copy link
Author

The copy specifically happens when you right-click. So, on step 3, you created a new selection. Then, you actually copied it on step 4.

Are you saying that you want the selection to be copied when you left-click on the selection?

Pretty much...

@DHowett-MSFT
Copy link
Contributor

This will be helped by #1553

@DHowett-MSFT DHowett-MSFT added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Interaction Interacting with the vintage console window (as opposed to driving via API or hooks) Issue-Question For questions or discussion Product-Terminal The new Windows Terminal. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants