{ "id": "103306", "key": "TIMOB-11455", "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": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-10-17T16:52:20.000+0000", "created": "2012-10-13T07:19:24.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-ios100112", "qe-nfc", "qe-testadded" ], "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-10-03T11:06: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": "Only Accessibility Label spoken for TableViewRow. The Accessibility Value and Hint are not voiced over. Also Accessibility Hidden does not work on TableViewRow\r\n\r\nSteps To Reproduce:\r\n1. Open the application below with voice over ON\r\n2. Touch the second row, Row2\r\n3. Touch the fifth row, Row5\r\n\r\nActual Result:\r\nAfter Step 2: Only Accessibility label (\"Second Option\") is voiced over. The Accessibility Value and Hint are not voiced Over\r\nAfter Step 3: The AccessibilityHidden does not work as the Accessibility label (\"Fifth Row\") is voiced over.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n title : 'Welcome',\r\n backgroundColor: \"#fff\"\r\n});\r\n\tvar row1=Ti.UI.createTableViewRow({\r\n\t\t\ttitle:'Row 1',\r\n\t\t\thasChild:true,\r\n\t\t});\r\n\t\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\tvar row3=Ti.UI.createTableViewRow({\r\n\t\t\ttitle:'Row 3',\r\n\t\t\thasDetail:true,\r\n\t\t\taccessibilityValue: 'Row 3 Value',\r\n\t\t\taccessibilityLabel: 'Third Option',\r\n\t\t\taccessibilityHint: 'The Details icon on right'\r\n\t\t});\r\n\t\tvar row4=Ti.UI.createTableViewRow({\r\n\t\t\t//title:'Row 4',\r\n\t\t\tbackgroundImage : '/images/topRow.png',\r\n\t\t\tselectedBackgroundImage : '/images/topRowSelected.png',\r\n\t\t\tleftImage : \"/images/imageA.png\",\r\n\t\t\taccessibilityValue: 'Row 4 value',\r\n\t\t\taccessibilityLabel: 'Fourth Row',\r\n\t\t\taccessibilityHint: 'Row with images'\r\n\t\t});\r\n\t\tvar row5=Ti.UI.createTableViewRow({\r\n\t\t\ttitle:'Row 5',\r\n\t\t\taccessibilityValue: 'Row 5 value',\r\n\t\t\taccessibilityLabel: 'Fifth Row',\r\n\t\t\taccessibilityHidden:true\r\n\t\t});\r\n\t\tvar data = [row1,row2,row3,row4,row5];\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": [ { "id": "32587", "filename": "images.zip", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-13T07:19:24.000+0000", "size": 10743, "mimeType": "application/zip" } ], "flagged": false, "summary": "iOS: Accessibility: TableViewRow: Accessibility Value and Hint not spoken for TableViewRow, also Accessibility Hidden does not work", "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": "223450", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR submitted for adding accessibilityValue/Hint to table rows.\nhttps://github.com/appcelerator/titanium_mobile/pull/3224\n\n\nNote, that table rows cannot be made hidden for accessibility by iOS platform.", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-14T03:52:42.000+0000", "updated": "2012-10-14T03:52:42.000+0000" }, { "id": "223494", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "3_0_X PR https://github.com/appcelerator/titanium_mobile/pull/3227", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-14T20:22:58.000+0000", "updated": "2012-10-14T20:22:58.000+0000" }, { "id": "226510", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Accessibility Label, Value and Hint read aloud for tableviewrow. As mentioned, Accessibility Hidden does not work on iOS for tableview.\r\nVerified On:\r\nTitanium Studio: 3.0.0.201210301422\r\nTitanium SDK:3.0.0.v20121105141612, 3.1.0.v20121106112514\r\niOS Device: iPhone4S (v5.1), iPad3 (v6.0)", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-07T12:37:12.000+0000", "updated": "2012-11-07T12:37:12.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }