{ "id": "101119", "key": "TIMOB-10913", "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": "14160", "description": "Sprint 2012-19 JS", "name": "Sprint 2012-19 JS", "archived": true, "released": true, "releaseDate": "2012-09-24" }, { "id": "14271", "description": "2012 Sprint 19", "name": "2012 Sprint 19", "archived": true, "released": true, "releaseDate": "2012-09-24" } ], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2012-09-24T17:35:53.000+0000", "created": "2012-09-13T14:45:59.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "qe-mw100112", "regression" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [ { "id": "20963", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "93667", "key": "TIMOB-9717", "fields": { "summary": "MobileWeb: textFields are not focusable on Chrome", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "20997", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "99869", "key": "TIMOB-10639", "fields": { "summary": "MobileWeb: Textfield hides hintText when value is set to empty", "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": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2013-03-13T19:08:19.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "The hintText value is blocked by passwordMask in a textField. Screenshots attached.\r\n\r\nThis is a regression. This did not occur in SDK 2.1.2.GA in Firefox.\r\nThis could not be tested in SDK 2.1.2.GA in Chrome due to TIMOB-9717.\r\n\r\nSteps to Reproduce:\r\n\r\n1. Run code:\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'black'\r\n});\r\n\r\nvar textField = Ti.UI.createTextField({\r\n\tbackgroundColor : 'white',\r\n\theight : '10%',\r\n\twidth : '50%',\r\n\thintText : 'hintText',\r\n\tpasswordMask : true,\r\n\tcolor : 'black'\r\n});\r\n\r\nwin.add(textField);\r\n\r\nwin.open();\r\n{code}\r\n\r\nActual Result:\r\n\r\nhintText is blocked by passwordMask\r\n\r\nExpected Result:\r\n\r\nhintText should be visible. When text is entered in textField, the hintText should disappear and the typed text should be blocked by passwordMask.", "attachment": [ { "id": "31325", "filename": "SDK 2.1.2 Chrome (can't focus text field).png", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-13T14:45:59.000+0000", "size": 301297, "mimeType": "image/png" }, { "id": "31326", "filename": "SDK 2.1.2 Firefox (expected behavior).png", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-13T14:46:00.000+0000", "size": 289476, "mimeType": "image/png" }, { "id": "31327", "filename": "SDK 3.0.0 Chrome (password mask on hint text).png", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-13T14:46:00.000+0000", "size": 300528, "mimeType": "image/png" }, { "id": "31328", "filename": "SDK 3.0.0 Firefox (password mask on hint text).png", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-13T14:46:00.000+0000", "size": 280686, "mimeType": "image/png" } ], "flagged": false, "summary": "MobileWeb: UI.TextField: passwordMask blocks hintText", "creator": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio: 2.1.2\r\nTitanium SDK: 3.0.0.v20120913113313\r\nOS: Mountain Lion 10.8\r\nBrowsers Tested: Chrome 21.0.1180.89, Firefox 15.0.1", "comment": { "comments": [ { "id": "234136", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "tested with:\r\nSDK: 3.0.0 GA \r\nStudio:3.0.1.201212181159\r\n", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-14T02:24:51.000+0000", "updated": "2013-01-14T02:24:51.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }