[AC-3544] textbox inside a table view not working on android 5.1.1
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-04-25T21:44:22.000+0000 |
Affected Version/s | Appcelerator Studio 4.4.0, Appcelerator Studio 4.4.1, Appcelerator Studio 4.4.2, Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Alloy |
Labels | n/a |
Reporter | Rui |
Assignee | Shak Hossain |
Created | 2016-04-22T21:05:11.000+0000 |
Updated | 2016-04-26T14:51:06.000+0000 |
Description
our app works fine in android 4.4 but does not on android 5.1.1. The textbox inside a tableview is blocked and not allowing data entry via any text keyboard, but allows data entry via any numeric keyboard. This is a project with only our login alloy form, no code behind, and it still doesn't work
Attachments
Hello, I have tested the issue you reported. I see you are using "keyboardType="Titanium.UI.KEYBOARD_ASCII"". Titanium.UI.KEYBOARD_ASCII is deprecated. http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI-property-KEYBOARD_ASCII. Use Titanium.UI.KEYBOARD_DEFAULT instead. Also, you are calling editable="true" twice in the textfield. Regards, Sharif.
Hello Rui, There are two "editable" property on your first textfield, so remove one and make it editable="false". Then let us know how it goes.
Thanks.
its working now. ty for your help
Thanks for letting us know.