{ "id": "103211", "key": "TIMOB-11419", "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": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2012-10-12T18:05:53.000+0000", "created": "2012-10-12T13:33:51.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-22T23:01:25.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": "On touch of Label and then double tap on screen the Label and Value are spoken again. This does not happen on Android\r\n\r\nSteps To Reproduce:\r\n1. Open the application below with voice over ON\r\n2. Touch the Label\r\n3. Double tap on the screen\r\nActual: The accessibility Label and Value defined are spoken\r\nExpected: The accessibility text should be spoken only on touch and not on click\r\n\r\n{code}\r\n\r\nwin = Ti.UI.createWindow({\r\n\ttitle: \"Events\",\r\n\tlayout: \"vertical\",\r\n\tbackgroundColor: \"#fff\"\r\n});\r\nvar Label = Ti.UI.createLabel({\r\n\t\t text: \"I Am Label 1\",\r\n\t\t accessibilityLabel: \"Label 1.\",\r\n\t\t\taccessibilityValue: \"Value1\",\r\n\t\t\taccessibilityHint: \"Hint1\",\r\n\t\t\ttop:50,\r\n\t\t});\r\n\t\t\r\n\t\tvar Label2 = Ti.UI.createLabel({\r\n\t\t text: \"I Am Label 2\",\r\n\t\t accessibilityLabel: \"Label 2.\",\r\n\t\t\taccessibilityValue: \"Value2\",\r\n\t\t\taccessibilityHint: \"Hint2\",\r\n\t\t\ttop:100,\r\n\t\t});\r\n\t\twin.add(Label);\r\n\t\twin.add(Label2);\r\n\t\t\r\nwin.open();\r\n\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Accessibility: Label: On touch of Label and then double tap on screen the Label and Value are spoken again", "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": "223279", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is the expected VoiceOver behavior. We have no control over it.", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-12T18:05:53.000+0000", "updated": "2012-10-12T18:05:53.000+0000" }, { "id": "415195", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as \"Won't Fix\".", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-22T23:01:25.000+0000", "updated": "2017-03-22T23:01:25.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }