[TIMOB-2892] Android: unable to toggle off password mask (reports back undefined when set to true)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-27T03:56:25.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.7.0, Sprint 2011-15 |
Components | Android |
Labels | android, defect, mask, password, release-1.7.0, reported-1.6.0 |
Reporter | Thomas Huelbert |
Assignee | Don Thorp |
Created | 2011-04-15T03:32:12.000+0000 |
Updated | 2011-04-27T03:56:25.000+0000 |
Description
[INFO] Titanium SDK version: 1.6.0 (01/19/11 08:23 aa8c451) occur in 1.5.1 as well. user error maybe?
1.Controls > Text Field > the Rest
2.tap password mask, then enter some text (note its masked)
3.toggle mask, type again
results: mask is peristant, output shows:
I/TiAPI ( 3409): (kroll$15) [4810,927691] passwordMask
undefined
I/TiAPI ( 3409): (kroll$15) [6674,934365] passwordMask true]
The commit for #3331 also fixed this issue.