-
-
Notifications
You must be signed in to change notification settings - Fork 489
Serial Monitor autoscroll only makes bottom line partially visible #972 #1446
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
Conversation
CLA assistant check
All committers have signed the CLA.
eried
commented
Sep 16, 2022
Please merge this.
...ine partially visible #972
Had a chance to sleep on it (literally), and I think modifying the <pre>
style's margin setting in monitor.css is a much cleaner solution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works for me! Thank you so much for your contribution @dwightfowler-cd 🤗
kapyaar
commented
Oct 14, 2022
Is this fix as simple as updating the css file ? I updated the file on my machine, and restarted the IDE, but the issue still remains. Is there a recompile of some sort required?
Hi @kapyaar. The fix is incorporated in the nightly build of the Arduino IDE. If you need the fix then please use the nightly build until the next release of Arduino IDE is made.
The download links for the nightly build are listed here:
kapyaar
commented
Oct 14, 2022
@per1234 Gotcha, Installed and working great! such a relieve to see that last line without scrolling.Thanks!
el-samiyel
commented
Nov 21, 2022
This was solved in 2.0.1 but back again in 2.0.2.
Not sure if its only limited to when the data present within the serial monitor requires the user to use the scroll bar to scroll right (it seems as if the scroll bar is covering up the last row of text).
el-samiyel
commented
Nov 21, 2022
This was solved in 2.0.1 but back again in 2.0.2.
Not sure if its only limited to when the data present within the serial monitor requires the user to use the scroll bar to scroll right (it seems as if the scroll bar is covering up the last row of text).
Here is a snapshot:
Hi @el-samiyel. We are tracking this bug in a dedicated issue: #1602
Uh oh!
There was an error while loading. Please reload this page.
Motivation
A fix for Issue #972
Change description
Fixed margin of
<pre></pre>
tag used to display each line of textOther information
N/A
Reviewer checklist