{ "id": "114517", "key": "TIMOB-13889", "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": "2017-07-21T23:03:45.000+0000", "created": "2013-05-17T10:25:56.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-3.1.1" ], "versions": [ { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-21T23:03:45.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Android: Accessibility: Accessibility for picker control with hidden attribute to be true, device should not read anything out.\r\nThis is not a regression. Issue occurs since 2.1.4.GA\r\n\r\nSteps to reproduce:\r\n1. Run the app.\r\n{code}\r\nvar win1 = Titanium.UI.createWindow({ \r\n title:'Tab 1',\r\n backgroundColor:'#fff'\r\n});\r\nvar picker1 = Ti.UI.createPicker({\r\n\t\t top:10,\r\n\t\t left:0\r\n\t\t});\r\n\t\t\r\n\t\tvar data = [];\r\n\t\tdata[0]=Ti.UI.createPickerRow({height:150,title:'Bananas', accessibilityLabel:'Eat Bananas', accessibilityValue:'Value1', accessibilityHint:'Double Tap to select Bananas'});\r\n\t\tdata[1]=Ti.UI.createPickerRow({height:150,title:'Strawberries',accessibilityValue:'Value2', accessibilityLabel:'Eat Straeberry', accessibilityHint:'Double Tap to select Strawberry'});\r\n\t\tdata[2]=Ti.UI.createPickerRow({height:150,title:'Mangos'});\r\n\t\tdata[3]=Ti.UI.createPickerRow({height:150,title:'Grapes',accessibilityValue:'Value3', accessibilityLabel:'Eat Grapes', accessibilityHint:'Double Tap to select Grapes', accessibilityHidden:true});\r\n\t\t\r\n\t\tvar picker2 = Ti.UI.createPicker({\r\n\t\t top:200,\r\n\t\t right:0,\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 useSpinner:true\r\n\t\t \r\n\t\t});\r\n\t\t\r\n\t\tvar picker3 = Ti.UI.createPicker({\r\n\t\t bottom:200,\r\n\t\t left:0,\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:10,\r\n\t\t right:20,\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\twin1.add(picker1);\r\n\t\twin1.add(picker2);\r\n\t\twin1.add(picker3);\r\n\t\twin1.add(picker4);\r\n\t\t\r\n\t\twin1.open();\r\n{code}\r\n\r\n2. touch the fourth picker (with accessibility hidden).\r\n\r\nExpected:\r\nOn touching the picker the device does not read aloud anything\r\n\r\nActual:\r\nOn touching the picker the device read aloud LVH value, happens only for 1st touch.", "attachment": [], "flagged": false, "summary": "Android: Accessibility: Accessibility for picker control with hidden attribute to be true, device should not read anything out", "creator": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "subtasks": [], "reporter": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "environment": "Device : Google Nexus 7, Android Version: 4.1\r\nSDK: 3.1.1.v20130516183044\r\nCLI version : 3.1.0\r\nOS : MAC OSX 10.7.5\r\nAppcelerator Studio, build: 3.1.0.201305151527\r\nXCode : 4.5.1", "comment": { "comments": [ { "id": "424561", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing due to inactivity. If this issue still exists, please raise a new ticket", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-21T23:03:45.000+0000", "updated": "2017-07-21T23:03:45.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }