{ "id": "103212", "key": "TIMOB-11420", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2012-10-14T06:48:44.000+0000", "created": "2012-10-12T13:38:44.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "core", "qe-ios100112", "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": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-23T20:46:04.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": "There is a small time lag before the accessibility Hint is voiced over. The Label and Value are spoken properly. On Android all the three text i.e. LVH are spoken properly\r\n\r\nSteps To Reproduce:\r\n1. Open the application below with voice over ON\r\n2. Touch the Label\r\n\r\nActual: There is a small time lag after the Accessibility Value and before the Accessibility Hint\r\n\r\nExpected: There should not be a time lag between Value and Hint text\r\n\r\n{code}\r\nwin = Ti.UI.createWindow({\r\n title: \"Events\",\r\n layout: \"vertical\",\r\n backgroundColor: \"#fff\"\r\n});\r\nvar Label = Ti.UI.createLabel({\r\n text: \"I Am Label 1\",\r\n accessibilityLabel: \"Label 1.\",\r\n accessibilityValue: \"Value1\",\r\n accessibilityHint: \"Hint1\",\r\n top:50,\r\n });\r\n \r\n var Label2 = Ti.UI.createLabel({\r\n text: \"I Am Label 2\",\r\n accessibilityLabel: \"Label 2.\",\r\n accessibilityValue: \"Value2\",\r\n accessibilityHint: \"Hint2\",\r\n top:100,\r\n });\r\n win.add(Label);\r\n win.add(Label2);\r\n \r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Accessibility: The Accessibility Hint text is voiced over with a small time lag after Label and Value", "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.v20121011174610\r\nDevice: iPad3 (6.0)\r\nXCode: 4.5.1", "comment": { "comments": [ { "id": "223458", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "A small delay between values is expected iOS behavior. Some special handling has been done on Android to match this behavior, but not completely due to platform limitations.", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-14T06:48:44.000+0000", "updated": "2012-10-14T06:48:44.000+0000" }, { "id": "415365", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-23T20:46:04.000+0000", "updated": "2017-03-23T20:46:04.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }