{ "id": "103204", "key": "TIMOB-11413", "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": null, "resolutiondate": null, "created": "2012-10-12T11:50:04.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "core", "qe-and100112", "qe-nfc" ], "versions": [ { "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" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:20.000+0000", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Touching the window with multiple pickers speaks aloud the selected value of all the pickers\r\n\r\nSteps To Reproduce:\r\n\r\n1. Install and launch the app on device.\r\n2. Click anywhere on window.\r\n\r\nActual Result:\r\nIt speaks aloud the selected values of all the pickers.\r\n\r\nExpected Value:\r\nIt should not speak aloud the selected value of pickers\r\n\r\napp.js\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\ttitle : 'Welcome',\r\n\tbackgroundColor: \"#fff\"\r\n});\r\n\t\r\n\t\tvar picker1 = Ti.UI.createPicker({\r\n\t\t top:50\r\n\t\t});\r\n\t\t\r\n\t\tvar data = [];\r\n\t\tdata[0]=Ti.UI.createPickerRow({title:'Bananas'});\r\n\t\tdata[1]=Ti.UI.createPickerRow({title:'Strawberries'});\r\n\t\tdata[2]=Ti.UI.createPickerRow({title:'Mangos'});\r\n\t\tdata[3]=Ti.UI.createPickerRow({title:'Grapes'});\r\n\t\t\r\n\t\tvar picker2 = Ti.UI.createPicker({\r\n\t\t top:150,\r\n\t\t accessibilityLabel: \"Picker2 label\",\r\n\t\t accessibilityValue: \"Picker2 value\",\r\n\t\t accessibilityHint: \"Picker2 hint\"\r\n\t\t});\r\n\t\t\r\n\t\tvar picker3 = Ti.UI.createPicker({\r\n\t\t bottom:150,\r\n\t\t accessibilityHint: \"Picker3 hint\",\r\n\t\t accessibilityLabel: \"Picker3 label\",\r\n\t\t accessibilityValue: \"Picker3 value\"\r\n\t\t \r\n\t\t});\r\n\t\t\r\n\t\tvar picker4 = Ti.UI.createPicker({\r\n\t\t bottom:50,\r\n\t\t accessibilityHint: \"Picker4 hint\",\r\n\t\t accessibilityLabel: \"Picker4 label\",\r\n\t\t accessibilityValue: \"Picker4 value\",\r\n\t\t accessibilityHidden: true\r\n\t\t});\r\n\t\t\r\n\t\tpicker1.add(data);\r\n\t\tpicker1.selectionIndicator = true;\r\n\t\tpicker2.add(data);\r\n\t\tpicker2.selectionIndicator = true;\r\n\t\tpicker3.add(data);\r\n\t\tpicker3.selectionIndicator = true;\r\n\t\tpicker4.add(data);\r\n\t\tpicker4.selectionIndicator = true;\r\n\t\t\r\n\t\twin.add(picker1);\r\n\t\twin.add(picker2);\r\n\t\twin.add(picker3);\r\n\t\twin.add(picker4);\r\n\t\t\r\n\t\twin.open();\r\n\r\n\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Accessibility - Touching the window with multiple pickers speaks aloud the selected value of all the pickers", "creator": { "name": "nchhabra", "key": "nchhabra", "displayName": "Neha Chhabra", "active": true, "timeZone": "Asia/Kolkata" }, "subtasks": [], "reporter": { "name": "nchhabra", "key": "nchhabra", "displayName": "Neha Chhabra", "active": true, "timeZone": "Asia/Kolkata" }, "environment": "Tested with Titanium Studio: 3.0.0.201210101947\r\nTested with Titanium SDK: 3.0.0.v20121009111437\r\nAndroid Device: Google Nexus 7(4.1)\r\nOS: Mac OSX 10.8.1", "comment": { "comments": [ { "id": "223264", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "According to Bill, likely \"won't fix\"", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-12T16:42:18.000+0000", "updated": "2012-10-12T16:42:18.000+0000" }, { "id": "241713", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces on long press\r\n\r\nTested with\r\n\r\nTitanium Studio, build: 3.0.1.201212181159\r\nTitanium SDK version: 3.1.0 (03/11/13 15:43 0c88429)\r\nTitanium SDK version: 3.0.2 (02/07/13 16:46 a4def81)\r\nDevice: Samsung galaxy s duos Android version: 4.0.4\r\n", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-12T07:14:45.000+0000", "updated": "2013-03-13T06:02:48.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }