-
Notifications
You must be signed in to change notification settings - Fork 92
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 caused by BlockQuotesController #19
Comments
This bug still occurs in 0.0.8-beta. Do you were able to reproduce it? |
Sorry, I will fix it at this weekend. |
@korelstar |
Using the example app in this repository:
It is important that no other Text is in the |
It doesn't crash on my phone |
That's strange. I've tested with different devices and in the emulator. Always the same. I will try to investigate further ... |
I've installed Android Studio (latest version) on another computer with another OS (Windows instead of Linux) using the default configuration, created an emulator with the default configuration and checked out the
So what's different between us? Is it possible that you try with a fresh installation, too? |
It's no reason crashed on method
|
OK, I reproduced it. |
Exactly! Phew, I'm very happy that you were able to reproduce it. 😄 Any ideas how to solve this? I had problems to understand the respective code ... |
I will fix it tomorrow~ |
I'm getting a reproducable IndexOutOfBoundsException caused by BlockQuotesController. Way to reproduce:
Type
Test
into aRxMDEditText
. Then press 4 times backspace in order to remove all characters. On removing the third character, the following exception is thrown:The text was updated successfully, but these errors were encountered: