-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
TextInput error #357
Comments
Ping @akshayaurora |
Anyone know if this is still active? I know @akshayaurora fixed several such issues. |
The error is still occurring. I've asked this same question severally on Kivy Groups (the Google Group), still awaiting replies on all of them. |
@CodeLexis try to check this issue and the linked issues in it. I believe it's the old Android bug. I'm not sure if it's fixed on newer devices, but I could reproduce it with my |
Yes. This is old adroid bug. Issue regarding copying of words/text is a Android OS issue, and happens with non Kivy applications like email clients. This can be fixed by:
OR Both cannot be switched on. http://forum.swype.com/showthread.php?12403-Duplicating-words-after-pressing-space-amp-backspace |
It seems that there is an error in the TextInput. When deleting a character which has just been typed into the TextInput then the remaining characters are added.
for example when deleting the 't' in 'test' it makes 'testtes'.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: