-
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
StyleClassedTextArea + PageUp/PageDown -> NoSuchElementException + IndexOutOfBoundsException #1210
Comments
I see you are using RichTextFX |
@Jugen I've tried with
|
Okay, have submitted a PR to handle the exceptions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a StyleClassedTextArea:
When text area has about 3000 lines I press and hold PageUp/PageDown I get a lot of NoSuchElementException and IndexOutOfBoundsException exceptions. Is this a bug or I do something wrong?
The text was updated successfully, but these errors were encountered: