{ "id": "103216", "key": "TIMOB-11423", "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": "14166", "description": "2012 Sprint 21 Core", "name": "2012 Sprint 21 Core", "archived": true, "released": true, "releaseDate": "2012-10-22" }, { "id": "14273", "description": "2012 Sprint 21", "name": "2012 Sprint 21", "archived": true, "released": true, "releaseDate": "2012-10-22" } ], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2012-10-12T18:38:54.000+0000", "created": "2012-10-12T14:09:40.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "core", "qe-ios100112", "qe-nfc" ], "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": "2013-03-27T22:29:37.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": "Accessibility does not for option dialog control. The Label, Value or Hint are not voiced over\r\n\r\nSteps To Reproduce:\r\n1. Install and launch the app on device.\r\n2. Touch the button and Double tap.\r\nExpected Result:\r\nIt should read aloud the LVH values.\r\nActual Result:\r\nIt does not read aloud the LVH values\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n title : 'Welcome',\r\n backgroundColor: \"#fff\"\r\n});\r\nvar button2 = Ti.UI.createButton({\r\n title: 'Option_Dialog_with_LVH',\r\n top: 150,\r\n }); \r\n \r\nvar opts = {\r\n cancel: 2,\r\n options: ['Confirm', 'Help', 'Cancel'],\r\n selectedIndex: 2,\r\n destructive: 0,\r\n title: 'Delete File?',\r\n };\r\nbutton2.addEventListener('click', function(e){\r\n var dialog = Ti.UI.createOptionDialog(opts);\r\n dialog.accessibilityLabel = \"Option dialog2 label\";\r\n dialog.accessibilityValue = \"Option dialog2 value\";\r\n dialog.accessibilityHint = \"Option dialog2 hint\";\r\n dialog.show();\r\n });\r\n \r\nwin.add(button2);\r\n \r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Accessibility: Accessibility does not for option dialog control", "creator": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio: 3.0.0.201210101947\r\nTitanium SDK: 3.0.0.v20121011174610\r\nDevice: iPad3 (6.0)\r\nXCode: 4.5.1", "comment": { "comments": [ { "id": "223286", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Control is not customizable at the moment.\r\nhttp://openradar.appspot.com/9373977", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-12T18:38:54.000+0000", "updated": "2012-10-12T18:38:54.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }