-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Serial Monitor autoscroll only makes bottom line partially visible #972
Comments
Same here, for version rc8 on Windows 10. |
It's very annoying to use the mouse scroll all the time to see last text line showed in Serial Monitor.. |
Was double checking that issue was reported. Still there on daily 0701 |
The issue is also present on Linux (Ubuntu 18.04) rc8 AppImage. |
I have the same problem and is still there in RC8 |
I noticed another problem conneted to this issue. |
Confirm RC9 on Win10 still exhibits this clipping of the newest trailing line in SerMon output area. .. CORRECTION on the following - it worked this was once, but I cannot see it happen now? |
rc9.2 - issue still exists. |
This issue appears also on MacOS 12.5. |
rc9.4 - issue still exists on Windows 10. |
Issue still present in stable release 2.0.0 (Windows 11) (In any case, KUDOS to the team for this release!! ) |
Issue still present in 2.0 release. Window 10. And yes, KUDOS for producing the new IDE, its spectacular. |
Resolved by #1446 |
The bad serial monitor scroll bug persists in the latest version I'm using: Version: 2.0.3 It's SUPER annoying because the output I need to pay attention to (a response to a query) only occurs on the last line of serial output, & I have to scroll down to see that line (which is otherwise completely hidden) every. single. time. In fact I wasted several hours when I first encountered this bug because it seemed the query wasn't being responded to. But it was. Just hidden. The puzzling thing is that this bug has been asserted as fixed for months now. But it isn't fixed. Will it ever be fixed? Can it, in fact, be fixed? Is this Kurt Gödel incompleteness territory? Strange times indeed. |
Describe the problem
The Arduino IDE "Serial Monitor" view has a "Toggle Autoscroll" control. When this is enabled, the view automatically scrolls down as the number of lines of data exceed the visible height of the view.
🐛 The autoscroll is not done completely, resulting in the most recently printed line only being partly visible.
To reproduce
Equipment
Steps
For example:
🐛 The most recently printed line is only partly visible:
This is especially problematic when the line contains data that is important for the user to see at the time it is printed vs a constant data stream where the previous line serves just as well at the moment as the unreadable one.
Expected behavior
The most recently printed line is always shown above the bottom edge of the Serial Monitor view.
Arduino IDE version
2.0.0-rc6
Operating system
Windows
Operating system version
10
Additional context
I bisected the issue to aba9db6 (it does not occur when using the build from e5b3462)
The line does become fully visible if I manually scroll the Serial Monitor down.
Originally reported at:
Issue checklist
The text was updated successfully, but these errors were encountered: