We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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: when scrolling a bit to the right:
I would suggest to either add wrapping to the output field or allow horizontal scrolling inside it.
Windows
Firefox, Chrome
No response
Leave blank
The text was updated successfully, but these errors were encountered:
Fixed. The console is now scrollabe.
Sorry, something went wrong.
delabassee
No branches or pull requests
What happened?
When a line of the output is too long, the output dialog can go out of bounds with weird scrolling.
Example code:
Output field:
when scrolling a bit to the right:
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
The text was updated successfully, but these errors were encountered: