[TIMOB-3374] T9 word hints appear on Android for password fields
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2017-06-07T22:47:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Frank |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:43:27.000+0000 |
Updated | 2017-06-07T22:47:16.000+0000 |
Description
I'm using version 1.6.1 of the Titanium Mobile API
When I use the following code for a textfield, the password the user is typing appears in the T9 suggestions in Android. I'm using Android 2.2 and 2.3.3 for my testing, but I'd assume this is happening on all versions.
var password = Titanium.UI.createTextField({
id: 'password',
className:'textfields',
borderStyle:Titanium.UI.INPUT_BORDERSTYLE_ROUNDED,
autocorrect:false,
passwordMask:true,
keyboardType: Titanium.UI.KEYBOARD_DEFAULT,
returnKeyType: Titanium.UI.RETURNKEY_GO,
autocapitalization: Titanium.UI.TEXT_AUTOCAPITALIZATION_NONE,
enableReturnKey: true
});
Attachments
File | Date | Size |
---|---|---|
android_password_t9.png | 2011-04-15T03:43:28.000+0000 | 90716 |
I just found ticket 3331. This ticket is a duplicate of that, but may add a little bit of additional information.
Closing ticket as duplicate.