{ "id": "119574", "key": "TIMOB-15062", "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": "15646", "description": "2013 Sprint 18", "name": "2013 Sprint 18", "archived": true, "released": true, "releaseDate": "2013-09-06" }, { "id": "15690", "description": "2013 Sprint 18 API", "name": "2013 Sprint 18 API", "archived": true, "released": true, "releaseDate": "2013-09-06" } ], "resolution": { "id": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2013-09-06T18:46:59.000+0000", "created": "2013-09-06T06:58:01.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios7", "qe-3.1.3", "qe-closed-3.3.0" ], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-07-17T09:44:20.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": "Works fine for iPhone4s (v5.1) and iPod touch3 (iOS6.1.3) \r\n\r\n1. Create application with talk Back/Voice Over enabled using app.js attached.\r\n2. On events window double click on button \"\"Make announcement\".\r\n\r\nActual: Clicking \"Make announcement\" speaks \"make announcement\" instead of \"Please stand by for an urgent message from the Department of Home Land Security.\"\r\nExpected: \" Please stand by for an urgent message from the Department of Home Land Security.\" must be spoken", "attachment": [ { "id": "42310", "filename": "app.js", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-09-09T06:56:16.000+0000", "size": 1339, "mimeType": "application/x-javascript" } ], "flagged": false, "summary": "iOS7: \"Make Announcement\" in Accessibility feature does not work.", "creator": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "subtasks": [], "reporter": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "environment": "OSX: 10.8.4\r\nXcode:5.0\r\nAppcelerator Studio: 3.1.3.201308302458\r\nSDK:3.1.3.v20130904134612\r\nacs:1.0.6\r\nalloy:1.2.2\r\nnpm:1.3.2\r\ntitanium:3.1.2\r\ntitanium-code-processor:1.0.2\r\nDevice: iPhone4s ( iOS 7 Device)\r\n", "comment": { "comments": [ { "id": "270005", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This is not our issue but apple having an issue with posting notifications when an accessibility feature is in progress. If I modify the code to add a small delay before posting the notification, it works fine.\r\n\r\n{code}\r\n\r\nannounceButton.addEventListener(\"click\", function() {\r\n setTimeout(function(){\r\n Ti.App.fireSystemEvent(Ti.App.EVENT_ACCESSIBILITY_ANNOUNCEMENT,\r\n \"Please stand by for an urgent message from the Department of Home Land Security.\");\r\n },500);\r\n});\r\n\r\n{code}\r\n", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-09-06T18:46:59.000+0000", "updated": "2013-09-06T18:46:59.000+0000" }, { "id": "270270", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Hi Ingo,\nI used same configuration on both the devices\nSDK: 3.1.3.v20130904134612\nVerified that it works fine on iPod touch3 (iOS6.1.3)\n\nPlease let me know if more info is required", "updateAuthor": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-09-09T06:33:39.000+0000", "updated": "2013-09-09T06:33:39.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }