[TIMOB-9048] Android: KS Controls:Text Field:The Rest: passwordMask and clearOnEdit fields give value as undefined in ddms.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T20:19:18.000+0000 |
Affected Version/s | Release 2.0.2 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Shyam Bhadauria |
Assignee | Eric Merriman |
Created | 2012-05-08T05:55:45.000+0000 |
Updated | 2017-05-02T20:19:18.000+0000 |
Description
Repro steps
1. Click on text field
2. Press "Enabled" button and check ddms
3. Press other functional buttons and check ddms
Expected result
1. Text field should be activated and keyboard should appear
2. Text field should be blocked for typing, and keyboard should disappear. In ddms should see:
[INFO] enabled true
3. All buttons should work properly and in ddms should appear appropriate info:
[INFO] autocorrect true/false
[INFO] passwordMask true/false
[INFO] clearButtonMode
[INFO] backgroundImage ../images/chat.png
[INFO] clearOnEdit true/false
[INFO] autocapitalization
Actual result:
[INFO] passwordMask and [INFO] clearOnEdit shows value as undefined instead of true/false in ddms at first.Afterwards, it starts showing correct values.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.