{ "id": "103208", "key": "TIMOB-11416", "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-12T17:53:52.000+0000", "created": "2012-10-12T13:06:56.000+0000", "priority": { "name": "Medium", "id": "3" }, "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-22T21:15:11.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 voice over on Switch control does not speak LVH values together and have default text in between. This works fine on Android.\r\n\r\nSteps To Reproduce:\r\n1. Open the application below with voice over ON\r\n2. Touch the switch control\r\n\r\nActual: On Switch Control the Voice Over read aloud Label -> \"Switch Button\" -> Value -> Hint -> \"Double tap to toggle settings\"\r\n\r\nExpected: The Label Value and Hint should be spoken together.\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 label2=Ti.UI.createLabel({\r\n\t\t\ttext:'Switch ',\r\n\t\t\ttop: 80,\r\n\t\t\tleft:5\r\n\t\t\r\n\t\t});\r\n\t\tvar Switch2=Ti.UI.createSwitch({\r\n\t\t\tvalue: false,\r\n\t\t\taccessibilityLabel: \"My special switch\",\r\n\t\t\taccessibilityValue: \"Off\",\r\n\t\t\taccessibilityHint: \"Double tap to turn on\",\r\n\t\t\ttop: 80,\r\n\t\t\tleft:100\r\n\t\t\r\n\t\t});\r\n\t\t\r\n\t\twin.add(label2);\r\n\t\twin.add(Switch2);\r\n\t\t\r\nwin.open();\r\n\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "iOS: Accessibility: Switch: On touch of switch control the default text of control are mixed with LVH in sequence", "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": "223275", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is iOS expected behavior.\r\nNote, accessibility hint is supposed to tell users about the result of the performed action. Here is the description from Apple docs\r\n{quote}\r\nThe hint is a brief, localized description of the result of performing an action on the element without identifying the element or the action. For example, the hint for a table row that contains an email message might be “Selects the message,” but not “Tap this row to select the message.”\r\n{quote}", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-12T17:53:52.000+0000", "updated": "2012-10-12T17:53:52.000+0000" }, { "id": "414973", "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-22T21:15:11.000+0000", "updated": "2017-03-22T21:15:11.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }