{ "id": "105914", "key": "TIMOB-11944", "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": "14700", "description": "2012 Sprint 25", "name": "2012 Sprint 25", "archived": true, "released": true, "releaseDate": "2012-12-17" }, { "id": "14699", "description": "2012 Sprint 25 Core", "name": "2012 Sprint 25 Core", "archived": true, "released": true, "releaseDate": "2012-12-17" } ], "resolution": { "id": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2012-12-04T19:18:40.000+0000", "created": "2012-12-04T10:14:30.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "look1", "qe-ios100112" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-29T00:52:41.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Hint text is not read aloud for textfield.\r\n\r\nSteps to reproduce:\r\n1. Create an app using the code below.\r\n2. Touch the textfield.\r\n\r\nActual:\r\nHint is not read aloud.\r\n\r\nExpected:\r\nHint should be read aloud.\r\n\r\n{code}\r\nvar win1 = Titanium.UI.createWindow({ \r\n title:'Tab 1',\r\n backgroundColor:'#fff'\r\n});\r\n\r\n\t\tvar Textfield1 = Ti.UI.createTextField({\r\n\t\t accessibilityLabel: \"Textfield1\",\r\n\t\t\taccessibilityValue: \"Value1.\",\r\n\t\t\taccessibilityHint: \"Hint1\",\r\n\t\t\ttop:50,\r\n\t\t\twidth:150,\r\n\t\t\tborderWidth:2,\r\n\t\t\tborderColor:'black'\r\n\t\t});\r\n\t\twin1.add(Textfield1);\r\n\r\n\t\twin1.open();\r\n{code}\r\n\r\n\r\n", "attachment": [], "flagged": false, "summary": "iOS: Accessibility - Hint text is not read aloud for textfield.", "creator": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK: 3.0.0.v20121130200208\r\nStudio: 3.0.0.201211301903\r\nDevice: iPhone4s(v 5.1), iPad3(v 6.0)\r\nOS: OSX 10.8", "comment": { "comments": [ { "id": "229895", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Either iOS bug or expected behavior.\r\nReproducible with simple native test case. ", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-04T19:18:40.000+0000", "updated": "2012-12-04T19:18:40.000+0000" }, { "id": "416101", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue is not our bug.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-29T00:52:41.000+0000", "updated": "2017-03-29T00:52:41.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }