{ "id": "103302", "key": "TIMOB-11453", "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": "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-10-14T00:26:16.000+0000", "created": "2012-10-13T06:36:51.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "accessibility_module", "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": [ { "id": "21987", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "103215", "key": "TIMOB-11422", "fields": { "summary": "iOS: Accessibility: ImageView: Accessibility does not work for Image View on iOS", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:43:47.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 SearchBar. The Label, Value or Hint are not voiced over.\r\nThis works fine on Android\r\n\r\nSteps To Reproduce:\r\n1. Open the application below with voice over ON\r\n2. Touch the SearchBar\r\n\r\nActual:\r\nAfter Step 2: The default text is spoken but not the Label, Value and Hint defined\r\n\r\nExpected:\r\nAfter Step 2: 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 search2 = Titanium.UI.createSearchBar({\r\n\t\t barColor:'#000', \r\n\t\t showCancel:true,\r\n\t\t height:43,\r\n\t\t top:100,\r\n\t\t accessibilityLabel: \"Search bar2 label.\",\r\n\t\t\taccessibilityValue: \"Search bar2 value.\",\r\n\t\t\taccessibilityHint: \"Search bar2 hint\"\r\n\t\t});\r\n win.add(search2);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Accessibility: SearchBar: Accessibility does not work for SearchBar on iOS", "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": "223443", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Has been fixed by PR https://github.com/appcelerator/titanium_mobile/pull/3212\r\n\r\nWorth to mention that overriding accessibility properties for search bar is not common.", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-14T00:26:17.000+0000", "updated": "2012-10-14T00:26:17.000+0000" }, { "id": "261758", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Updated label and verified with:\r\n\r\nTitanium Studio:3.1.2.201307091843\r\nTitanium SDK: 3.1.2.v20130710144553\r\nacs:1.0.3\r\nalloy:1.1.3\r\nnpm:1.2.14\r\ntitanium:3.1.1\r\ntitanium-code-processor:1.0.1\r\nOS: OSX 10.8\r\nDevice:iPhone4 (v 5.1)\r\nXcode: 4.5.1\r\n\r\nAccessibility on search bar working for iOS\r\n", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-15T08:10:50.000+0000", "updated": "2013-07-15T08:10:50.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }