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

Print output keeps scrolling back to top line when another line is output #2296

Closed
greazer opened this issue Feb 14, 2020 · 5 comments
Closed
Assignees

Comments

@greazer
Copy link
Member

greazer commented Feb 14, 2020

# %%
import time

for x in range(0, 63):
    print("We're on time %d" % (x))
    time.sleep(1)

Let this run in the interactive window until you have to scroll the output. Scroll to the bottom line. In a second the output will snap back to the top.

@rchiodo
Copy link
Contributor

rchiodo commented Feb 14, 2020

This is not in the shipping bits. Only in master. And the shipping bits are kinda crappy in this situation too. They don't scroll at all.

@greazer
Copy link
Member Author

greazer commented Feb 15, 2020

This bug repros for me in the latest released build of the extension. 2020.2.63072.

@rchiodo
Copy link
Contributor

rchiodo commented Feb 15, 2020

But not in the one before it?

@greazer
Copy link
Member Author

greazer commented Feb 15, 2020

Actually the repro seems flaky. Sometimes it happens sometimes it doesn't. I've seen it repro in both 2020.2.62710 and 2020.2.63072. I haven't been able to get it to repro in 2020.1.58038. So seems like a likely regression in the first February release

@rchiodo rchiodo self-assigned this Feb 25, 2020
@DonJayamanne
Copy link
Contributor

Validated

@lock lock bot locked as resolved and limited conversation to collaborators Mar 10, 2020
@microsoft microsoft unlocked this conversation Nov 13, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants