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
Labels
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Environment
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:
After resizing the height quite fast (about 10 times):
The text was updated successfully, but these errors were encountered: