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

Window 10 Monitor Copy fails (empty clipboard) when first char included in the selection #11810

Open
drmpf opened this issue Jul 22, 2022 · 1 comment
Labels

Comments

@drmpf
Copy link

drmpf commented Jul 22, 2022

Tested using Arduino IDE 1.8.19 on Windows 10.
with this sketch

// Uno test for monitor copy/paste on Windows10
void setup() {
  Serial.begin(9600);
  Serial.println("Line 1");
  Serial.println("Line 2");
}
void loop() {
}

With AutoScroll OFF or ON
Ctrl+A (shows both lines highlighted) followed by Ctrl+C and then Ctrl+V into notepad => no text

With AutoScroll OFF or ON
Click and drag over both lines (showing both lines highlighted)
followed by Ctrl+C and then Ctrl+V into notepad => no text

With AutoScroll OFF or ON
Click and drag over both lines BUT NOT the first char of the first line
followed by Ctrl+C and then Ctrl+V into notepad =>

ine 1
Line 2

@arduino arduino deleted a comment from EricTra Apr 29, 2023
@per1234
Copy link
Collaborator

per1234 commented May 9, 2023

Thanks for your report @drmpf.

I just tested Arduino IDE 1.8.19 on my Windows 11 and Ubuntu 22.04 machines and was not able to reproduce the fault. So it seems it is specific to some conditions present on your machine but not mine (e.g., Windows 10 vs 11) rather than affecting all users universally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants