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

EditText fields with a TextWatcher eats input #117

Open
GoogleCodeExporter opened this issue Jun 24, 2015 · 0 comments
Open

EditText fields with a TextWatcher eats input #117

GoogleCodeExporter opened this issue Jun 24, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a EditText field with input type "numberDecimal"
2. Add the AmountTextWatcher to the field.
3. Type 1 in the field (everything OK)
4. Press delete (1 is removed, cursor is at the start of the field)
5. Press 1 (nothing happens).
6. Press 1 (Now a 1 is written in the input field).

What is the expected output? What do you see instead?
I expected numbers to be written when pressed, not having to press the same 
number twice. This behavior doesn't happen with standard keyboard on Google 
Nexus S or with Swiftkey X.

What version of the product are you using? On what operating system?
version 1.4.5
On Android 2.3.3

Please provide any additional information below.
Google Nexus S phone.

Original issue reported on code.google.com by [email protected] on 8 Nov 2011 at 2:35

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant