{ "id": "103307", "key": "TIMOB-11456", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2012-10-14T04:08:51.000+0000", "created": "2012-10-13T07:37:45.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "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": "2017-03-03T22:36:00.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": "The accessibility does not work for TableViewSection. The Label, Value or Hint are not voiced over.\r\n\r\nSteps To Reproduce:\r\n1. Open the application below with voice over ON\r\n2. Touch the Header1 or Footer1\r\n\r\nActual: The default text is spoken but not the Label, Value and Hint defined\r\n\r\nExpected: The Label Value and Hint should be spoken by the device\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n title : 'Welcome',\r\n backgroundColor: \"#fff\"\r\n});\r\n\tvar section2 = Ti.UI.createTableViewSection({\r\n\t\t\t\theaderTitle:'Header 2',\r\n\t\t\t\tfooterTitle:'Footer2',\r\n\t\t\t\taccessibilityLabel:'Table Section 2',\r\n\t\t\t\taccessibilityValue:'Section 2',\r\n\t\t\t\taccessibilityHint:'Hint for Section 2 '\r\n\t\t\t});\r\n\t\r\n\tvar row2=Ti.UI.createTableViewRow({\r\n\t\t\ttitle:'Row 2',\r\n\t\t\thasCheck:true,\r\n\t\t\taccessibilityLabel: 'Second Option',\r\n\t\t\taccessibilityValue: 'Checked',\r\n\t\t\taccessibilityHint: 'The cheked sign on right'\r\n\t\t});\r\n\t\tsection2.add(row2);\r\n\t\tvar data = [section2];\r\n\t\tvar table=Ti.UI.createTableView({data:data});\r\n\t\t\r\n\t\twin.add(table);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Accessibility: TableViewSection: Accessibility does not work on TableViewSection", "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.v20121012174449\r\nDevice: iPad3 (6.0)\r\nXCode: 4.5.1", "comment": { "comments": [ { "id": "223451", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "iOS does not allow to override accessibility for default header/footer titles. Developers willing to do so will have have to provide headerView/footerView instead and configure their accessibility as needed.", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-14T04:08:51.000+0000", "updated": "2012-10-14T04:08:51.000+0000" }, { "id": "409001", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closed as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-03T22:36:00.000+0000", "updated": "2017-03-03T22:36:00.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }