-
Notifications
You must be signed in to change notification settings - Fork 237
VirtualizedScrollPane with StyleClassedTextArea does not scroll to bottom with dragging scrollbar #1113
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
Comments
Thanks for reporting, can you please provide demo code as I haven't been able to reproduce my side. |
Thanks for the fast reply. Will try. In a first attempt with a minimal exmaple (without css) I also cannot reproduce it.. |
Finaly had time to reproduce it with a minimal example:
Complete Source: main.zip So the padding seems to be the problem. |
@r-sop Thanks for the test case, have submitted a PR to Flowless to fix. |
Expected Behavior
Dragging the Scrollbar to the bottom scrolls the text inside the StyleClassedTextArea to the last line.
Actual Behavior
This works when using the mouse wheel:

But not when dragging the scrollbar:

Environment info:
Current Workarounds
Extend the Text by adding a new line at the end.
The text was updated successfully, but these errors were encountered: