-
Notifications
You must be signed in to change notification settings - Fork 237
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
IndexOutOfBoundsException when deleting whole text if last line is empty #579
Comments
I'm going to guess that the bug occurs due to #564. |
Actually, no. It probably occurs because It'd take a closer look. |
Aye, the bug is caused by an order issue. The emitted |
|
The quick and dirty approach is just to remove the |
I tried running the test before the
|
Thx 👍 |
Discovered an exception when first pressing
Ctrl+A
to select whole text and then pressDEL
key. It occurs only if the last line in the text area is empty.Can be easily reproduced by starting this little app and pressing the
DEL
key:The exception:
The text was updated successfully, but these errors were encountered: