Skip to content
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 limited to 1 character when Swype with word suggestion turned on #2694

Open
axelbrink opened this issue Nov 21, 2014 · 7 comments
Open
Labels
Platform: Android Status: Confirmed Confirmed as real issue Status: Needs-analysis Issue needs to be analyzed if it's real

Comments

@axelbrink
Copy link

With Swype with word suggestion turned on on my Android 2.3 phone, I can only enter a single character in a TextInput. If I try to enter more text, the character is always replaced by the last typed character.
The problem vanishes when turning word suggestion off, or by selecting Samsung's keyboard instead of Swype.
It would be great if this could be solved. (I'm using Kivy 1.9.)

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@dessant dessant added the Status: Needs-analysis Issue needs to be analyzed if it's real label Nov 29, 2014
@QuantumDamage
Copy link

I also can observe this bug, my setup:
Android 4.1.2
Kivy Launcher 1.8.0.0
SwiftKey Keyboard 5.2.2.124

@rfrancis
Copy link

Likewise with Android 5.0.2 and otherwise the same as the previous commenter.

@stale
Copy link

stale bot commented Oct 7, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 7, 2017
@KeyWeeUsr KeyWeeUsr added the Status: Confirmed Confirmed as real issue label Oct 14, 2017
@stale stale bot removed the stale label Oct 14, 2017
@allhavebrainimplantsandmore

Is this bug not critical? In a nutshell, user input in textinput widgets is limited to text entry one character at a time - and swype-like gesture input as whole words is not working at all.
Can the devs state here at least where to look for the source of this 8 year old issue in Kivy code (found another bug submitted from 2012) so people can volunteer to analyze this "NEEDS-ANALYSIS" open report and look for a fix for this fundamental broken functionality in Kivy?

@matham
Copy link
Member

matham commented Dec 19, 2020

Given that no one replied, it's probably because no one knows where exactly the issue is. But I expect it's somewhere in the sdl2 input events.

@Alspb
Copy link
Contributor

Alspb commented Jan 8, 2021

Just tо summarize, if I understand correctly the situation is as follows:

  1. The swipe typing doesn't work on Kivy 2.0.0.
  2. Keyboard text suggestions also doesn't work (suggestions bar is hidden) even if keyboard_suggestions=True.
  3. The question is also asked on stackoverflow
  4. The bug is in SDL2 and is discussed on bugzilla.
    Unfortunately I haven't found any issue directly describing the problem. Maybe it's reasonable to create one?

@matham
Copy link
Member

matham commented Jan 8, 2021

Before a issue can be opened in the SDL repo, we should have a clear understanding of why it currently doesn't work as it may not be an SDL2 issue, but a kivy issue.

So we'd need to understand how it's supposed to work in SDL2 and whether kivy is missing some interface. For reference, you can see related issues about selecting the keyboard type: #7130, #7231.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Android Status: Confirmed Confirmed as real issue Status: Needs-analysis Issue needs to be analyzed if it's real
Projects
None yet
Development

No branches or pull requests

9 participants