{ "id": "103318", "key": "TIMOB-11464", "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": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2012-10-15T13:20:34.000+0000", "created": "2012-10-13T11:42:36.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-and100112", "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": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T18:04:10.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Accessibility does not work on TableViewSection\r\n\r\nSteps To Reproduce:\r\n\r\n1. Install and launch the application with Talk back enabled.\r\n2. Touch the Header2 or Footer2\r\n\r\nExpected result:\r\nThe Label Value and Hint should be spoken by the device\r\n\r\nActual result:\r\nThe default text is spoken but not the Label, Value and Hint defined.\r\n\r\napp.js\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n title : 'Welcome',\r\n backgroundColor: \"#fff\"\r\n});\r\n var section2 = Ti.UI.createTableViewSection({\r\n headerTitle:'Header 2',\r\n footerTitle:'Footer2',\r\n accessibilityLabel:'Table Section 2',\r\n accessibilityValue:'Section 2',\r\n accessibilityHint:'Hint for Section 2 '\r\n });\r\n \r\n var row2=Ti.UI.createTableViewRow({\r\n title:'Row 2',\r\n hasCheck:true,\r\n accessibilityLabel: 'Second Option',\r\n accessibilityValue: 'Checked',\r\n accessibilityHint: 'The cheked sign on right'\r\n });\r\n section2.add(row2);\r\n var data = [section2];\r\n var table=Ti.UI.createTableView({data:data});\r\n \r\n win.add(table);\r\nwin.open();\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "Android: Accessibility: TableViewSection: Accessibility does not work on TableViewSection", "creator": { "name": "nchhabra", "key": "nchhabra", "displayName": "Neha Chhabra", "active": true, "timeZone": "Asia/Kolkata" }, "subtasks": [], "reporter": { "name": "nchhabra", "key": "nchhabra", "displayName": "Neha Chhabra", "active": true, "timeZone": "Asia/Kolkata" }, "environment": "Tested with Titanium Studio: 3.0.0.201210101947\r\nTested with Titanium SDK: 3.0.0.v2012101217449\r\nAndroid Device: Galaxy Nexus 7(4.1),Samsung galaxy tab (3.2),Google Nexus(4.0.4)\r\nOS: Mac OSX 10.8.1", "comment": { "comments": [ { "id": "223526", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "There's no analog to a \"table view section\" in Android, so there is no Android view to apply the contentDescription to. Won't fix.", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-10-15T13:20:11.000+0000", "updated": "2012-10-15T13:20:11.000+0000" }, { "id": "414250", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue will not fix.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T18:04:10.000+0000", "updated": "2017-03-21T18:04:10.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }