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

[Bug]: Output can go out of bounds #9

Closed
danthe1st opened this issue Sep 29, 2023 · 1 comment
Closed

[Bug]: Output can go out of bounds #9

danthe1st opened this issue Sep 29, 2023 · 1 comment
Assignees
Labels
bug Something isn't working playground

Comments

@danthe1st
Copy link

What happened?

When a line of the output is too long, the output dialog can go out of bounds with weird scrolling.

Example code:

System.out.println("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");

Output field:
image
when scrolling a bit to the right:
image

I would suggest to either add wrapping to the output field or allow horizontal scrolling inside it.

OS

Windows

What browsers are you seeing the problem on?

Firefox, Chrome

Contact Details (optional)

No response

Additional information

Leave blank

@danthe1st danthe1st added bug Something isn't working playground labels Sep 29, 2023
@delabassee delabassee self-assigned this Oct 7, 2023
@delabassee
Copy link
Member

Fixed. The console is now scrollabe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working playground
Projects
None yet
Development

No branches or pull requests

2 participants