{ "id": "103833", "key": "TIMOB-11562", "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": "14624", "description": "2012 Sprint 24 JS", "name": "2012 Sprint 24", "archived": true, "released": true, "releaseDate": "2012-12-03" }, { "id": "14626", "description": "2012 Sprint 24 Core", "name": "2012 Sprint 24 Core", "archived": true, "released": true, "releaseDate": "2012-12-03" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-11-27T23:52:23.000+0000", "created": "2012-10-24T10:17:59.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "accessibility_module", "qe-ios100112", "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-04T11:05:56.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 feature does not work on latest 3.0 CI build on iOS. It is working on Android.\r\n\r\nSteps To Reproduce:\r\n1. Create and launch an application on device (with Voice Over ON) with code below (having button and label control)\r\n2. Touch the button or label on the screen\r\n\r\nActual: The device's default accessibility text are read aloud\r\n\r\nExpected: The accessibilityLabel and Hint defined for the controls should be read aloud\r\n\r\n{code}\r\nvar win=Ti.UI.createWindow({backgroundColor:'white', layout:'vertical'});\r\n \r\nvar label = Ti.UI.createLabel({\r\n text: 'This is a test Label',\r\n width:100,\r\n height: 100,\r\n accessibilityLabel:'First Label',\r\n accessibilityHint: 'The only label on screen'\r\n \r\n});\r\nvar btn2 = Ti.UI.createButton({\r\n title: 'Update',\r\n width:100,\r\n height: 100,\r\n accessibilityLabel:'First Button',\r\n accessibilityHint: 'This will update the button title'\r\n});\r\n \r\nwin.add(btn2);\r\nwin.add(label);\r\n \r\nwin.open();\r\n{code} ", "attachment": [], "flagged": false, "summary": "iOS: Accessibility - Accessibility not working on iOS on latest CI build", "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.201210220122\r\nTitanium SDK: 3.0.0.v20121019153308\r\niOS Device: iPhone 4S (v5.1)", "comment": { "comments": [ { "id": "224823", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cannot reproduce with 5.1 iPhone.", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-24T18:57:12.000+0000", "updated": "2012-10-24T18:57:12.000+0000" }, { "id": "228626", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Only getting the default accessibility and not the hint information tested in iPhone 5 6.0 with 3.0.0.v20121121161553", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-27T17:11:02.000+0000", "updated": "2012-11-27T17:11:46.000+0000" }, { "id": "228674", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR https://github.com/appcelerator/titanium_mobile/pull/3475\r\n3_0_X PR https://github.com/appcelerator/titanium_mobile/pull/3476", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-27T19:06:59.000+0000", "updated": "2012-11-27T19:09:19.000+0000" }, { "id": "232918", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "closing as fixed.\nTested and verified with:\nTitanium Studio, build: 3.0.1.201212181159\nTitanium SDK, build: 3.0.0.GA\nTitanium SDK, build: 3.1.0.v20121228131005\nDevice:iPhone5 iOS 6.1\n", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-02T22:49:14.000+0000", "updated": "2013-01-02T22:49:14.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }