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

Output disappears if too long #3110

Open
DimitrisAndreou opened this issue Dec 26, 2024 · 0 comments
Open

Output disappears if too long #3110

DimitrisAndreou opened this issue Dec 26, 2024 · 0 comments

Comments

@DimitrisAndreou
Copy link

I'm using the latest chrome on a chromebook.

If I run this code, I see the output:

void main() {
for (var i = 0; i < 85; i++) {
print('hello ${i + 1}');
}
}

If I bump that 85 to 86, then what I see is the output being generated, and then all of it disappears at the end.
I can still select the text out of the output and paste it somewhere else so I can actually see it. So, this suggest this is merely a UI issue, somehow when the output gets too long, something changes the font color to be that of the background (!), which is very inconvenient to say the least!

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

No branches or pull requests

1 participant