Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3374] T9 word hints appear on Android for password fields

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionDuplicate
Resolution Date2017-06-07T22:47:16.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterFrank
AssigneeIngo Muschenetz
Created2011-04-15T03:43:27.000+0000
Updated2017-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

FileDateSize
android_password_t9.png2011-04-15T03:43:28.000+000090716

Comments

  1. Frank 2011-04-15

    I just found ticket 3331. This ticket is a duplicate of that, but may add a little bit of additional information.

  2. Lee Morris 2017-06-07

    Closing ticket as duplicate.

JSON Source