-
Notifications
You must be signed in to change notification settings - Fork 703
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
Small TextView is broken scrolling using scrollbar #2761
Labels
Comments
8 tasks
@chr1st0scli can you test the fix in the #2770, please? Thanks. |
@BDisp yes, sure. I see that we didn't make it for 1.13.5, yes? |
@BDisp everything works on this PR! |
Yes, but I'm sure that @tig will publish after this is merged. But I want to do some more unit tests to prevents this doesn't break in future. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A notably small
TextView
cannot be scrolled correctly using a scrollbar.This bug relates to #2688 which is corrected. I am mentioning it here because it might need a regression test after this one is corrected.
To Reproduce
Steps to reproduce the behavior:
TextView
, so that you don't have to insert a lot of text to reproduce the error.ReadOnly
property to true and itsText
property to several lines, such that they exceed its height. Note that @BDisp had noted that the text view being a read only has nothing to do with the problem.Expected behavior
To scroll correctly.
Screenshots
Below I am demonstrating the inability to scroll using the scrollbar and the ability to scroll using the keyboard arrow keys with no problem. The bigger
TextView
above does not suffer from the same problem.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: