{ "id": "103234", "key": "TIMOB-11431", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14700", "description": "2012 Sprint 25", "name": "2012 Sprint 25", "archived": true, "released": true, "releaseDate": "2012-12-17" }, { "id": "14784", "description": "2012 Sprint 25 API", "name": "2012 Sprint 25 API", "archived": true, "released": true, "releaseDate": "2012-12-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-12-13T23:07:37.000+0000", "created": "2012-10-12T18:10:04.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "module_textfield", "qe-and100112", "qe-review", "qe-testadded" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [ { "id": "21947", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "91716", "key": "TIMOB-9098", "fields": { "summary": "Android: MaskedText not masked on landscape mode", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:42:45.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Description:\r\nPasswordMask does not work on HTC Evo with version 4.0.3, and text is not masked in a textfield either on portrait or landscape mode. Tested on different device with version 4.0.3 - works fine.\r\n\r\nNot a regression, occurs on 2.1.3 as well.\r\n\r\nSteps:\r\n1. Run the following code:\r\n{code}\r\nvar win = Titanium.UI.createWindow({ \r\n title:'Tab 1',\r\n backgroundColor:'#fff'\r\n});\r\nwin.orientationModes=[\r\nTitanium.UI.PORTRAIT,\r\n Titanium.UI.LANDSCAPE_LEFT,\r\n Titanium.UI.LANDSCAPE_RIGHT\r\n ];\r\nvar txtfld = Titanium.UI.createTextField({\r\n color:'#385487',\r\n right:'3.1%',\r\n left:'15%',\r\n borderStyle:Titanium.UI.INPUT_BORDERSTYLE_NONE,\r\n border:0,\r\n top:0,\r\n width:300,\r\n borderColor: 'transparent',\r\n backgroundColor: 'transparent',\r\n font:{fontSize:48,fontFamily:'Helvetica Neue'},\r\n returnKeyType:Titanium.UI.RETURNKEY_DONE,\r\n passwordMask:true,\r\n keyboardType:Titanium.UI.KEYBOARD_NUMBERS_PUNCTUATION,\r\n hintText:'SSN'\r\n });\r\n \r\nwin.add(txtfld);\r\n \r\nwin.open();\r\n{code}\r\n2. Type some text in textfield \r\n\r\nExpected result:\r\nThe text should be masked in textfield\r\n\r\nActual result:\r\nThe text is not masked\r\n", "attachment": [], "flagged": false, "summary": "Android: TextField - PasswordMask does not work on HTC EVO 4.0.3", "creator": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [ { "id": "107100", "key": "TIMOB-12155", "fields": { "summary": "Backport: TIMOB-11431", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } ], "reporter": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested on:\r\nOS: Mac OS X Lion 10.7.4\r\nTitanium Studio, build: 3.0.0.201210090117\r\nTitanium SDK, build: 3.0.0.v20121012011113\r\nDevices: HTC Evo (4.0.3), Motorola Xoom tab (4.0.3), Nexus 7 (4.1.1)", "comment": { "comments": [ { "id": "231169", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/3585", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-13T01:05:56.000+0000", "updated": "2012-12-13T01:05:56.000+0000" }, { "id": "232557", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Created a subtask for back porting the PR.", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-27T01:07:36.000+0000", "updated": "2012-12-27T01:07:36.000+0000" }, { "id": "233371", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested on Device:\r\nSDK:3.1.0.v20130105233407, 3.0.1.v20130105233204\r\nStudio: 3.0.1.201212181159\r\nHTC Desire V (4.0.3)\r\n\r\nPassword mask works successfully for the given device which was not working on this device for 3.0.0GA and previous versions.", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-07T03:15:11.000+0000", "updated": "2013-01-07T03:15:11.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }