-
Notifications
You must be signed in to change notification settings - Fork 236
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
moveTo() not scrolling the StyleClassedTextArea #652
Comments
|
And shouldn't you be using the newer |
Thanks, that did the trick! Ultimately, yeah, I need to move up. But this is a test tool, and I just noticed that it wasn't working. I'd apparently missed the addition of requestFollowCaret() on my last upgrade and hadn't observed the problem...and the Google, it only showed me items from back in 2015. |
Ah... ok. Forewarning about the migration from |
Thanks much! |
macOS 10.12.6, Java 1.8.0_101-b13, richtextfx-fat-0.7-M5.jar.
I have a StyleClassedTextArea wrapped in a VirtualizedScrollPane that I'm using as a log pane. After appending to the widget I call moveTo() to move to the bottom and display the next text; however, it isn't scrolling. It used to work, I'm pretty sure. Here's the code; to see the behavior run the app and press the "Log Stuff" button a few times.
The text was updated successfully, but these errors were encountered: