{ "id": "109602", "key": "TIMOB-12708", "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": [], "resolution": null, "resolutiondate": null, "created": "2013-02-12T19:16:48.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-sdk3.0.2" ], "versions": [ { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:04:26.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [], "description": "Hidden accessibility still allows VoiceOver to speak items on the screen.\r\nNot regression, occurs on 3.0.0.GA\r\n\r\nSteps to reproduce:\r\n1. Turn on VoiceOver on your device\r\n2. Install and launch the app on device.\r\n3. Touch the button.\r\n\r\nActual result:\r\nVoiceOver speaks items on the screen\r\n\r\nExpected result:\r\nVoiceOver shouldn't speak items out loud\r\n\r\napp.js\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\ttitle : 'Welcome',\r\n backgroundColor: \"#fff\"\r\n});\r\n\r\nvar button4 = Ti.UI.createButton({\r\n\t\t\ttitle: 'Option_Dialog_with_LVH_hidden',\r\n\t\t\tbottom: 20,\r\n\t\t});\t\t\r\n\t\t\r\n\t\tvar opts = {\r\n\t\t cancel: 2,\r\n\t\t options: ['Confirm', 'Help', 'Cancel'],\r\n\t\t selectedIndex: 2,\r\n\t\t destructive: 0,\r\n\t\t title: 'Delete File?',\r\n\t\t};\r\n\t\t\r\n\t\tbutton4.addEventListener('click', function(e){\r\n\t\t var dialog = Ti.UI.createOptionDialog(opts);\r\n\t\t dialog.accessibilityLabel = \"Option dialog4 label\";\r\n\t\t dialog.accessibilityValue = \"Option dialog4 value\";\r\n\t\t dialog.accessibilityHint = \"Option dialog4 hint\";\r\n\t\t dialog.accessibilityHidden = true ;\r\n\t\t dialog.show();\r\n\t\t});\r\n\t\r\n\t\twin.add(button4);\r\n\t\twin.open();\r\n\t\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "iOS: Accessibility - Voice Over speaks items on the screen with accessibility hidden", "creator": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio, build: 3.0.2.201302041757\r\nTitanium SDK, build: 3.0.2.v20130207164659 \r\nDevices:\r\niPhone4 iOS 5.1.1\r\niPad mini iOS 6.0.2", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }