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

When you resize the window vertically until the "textbox" area is just not visible and resize back to normal, it can "reset" the console's text (look at image) #1809

Closed
AngryCarrot789 opened this issue Jul 3, 2019 · 1 comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@AngryCarrot789
Copy link

Environment

Microsoft Windows [Version 10.0.18362.175]

Steps to reproduce

What you do is rapidly resize the height of the terminal's window until the textbox bit of the console disappears (basically so the only thing visible is the top window bar)

Expected behavior

Normally what should happen is the text shouldn't change at all and should stay the same before resizing.

Actual behavior

The text keeps "repasting" over and over again. I presume it's to do with the console's text buffer or something. when you resize the window, the text changing at the very top is noticed and the console thinks someone typed something in and because nothing was typed in it's registered as the enter key being clicked. This explains why it repeats D:\>.
Before resizing the height:
image
After resizing the height quite fast (about 10 times):
image

@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 3, 2019
@DHowett-MSFT
Copy link
Contributor

#1465

@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 3, 2019
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

2 participants