{ "id": "103206", "key": "TIMOB-11414", "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-12T12:15:54.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:04:23.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 Progressbar speaks aloud the value of message of all the progressbar.\r\n\r\nSteps To Reproduce:\r\n\r\n1. Install and launch the app on to the device.\r\n2. Click on window.\r\n\r\nExpected Result:\r\nIt should not read out the message of the progressbar\r\n\r\nActual Result:\r\nIt reads out the message of the progressbar.\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 pb1=Titanium.UI.createProgressBar({\r\n\t\t top:10,\r\n\t\t width:'auto',\r\n\t\t height:'auto',\r\n\t\t min:0,\r\n\t\t max:10,\r\n\t\t value:0,\r\n\t\t color:'#fff',\r\n\t\t message:'Progress bar without accessibility properties',\r\n\t\t font:{fontSize:14, fontWeight:'bold'},\r\n\t\t style:Titanium.UI.iPhone.ProgressBarStyle.PLAIN,\r\n\t\t});\r\n\t\twin.add(pb1);\r\n\t\tpb1.show();\r\n\t\tvar pb2=Titanium.UI.createProgressBar({\r\n\t\t top:200,\r\n\t\t width:'auto',\r\n\t\t height:'auto',\r\n\t\t min:0,\r\n\t\t max:10,\r\n\t\t value:0,\r\n\t\t color:'#fff',\r\n\t\t message:'Progress bar with accessibility properties in LVH sequence',\r\n\t\t font:{fontSize:14, fontWeight:'bold'},\r\n\t\t accessibilityLabel: \"Progress bar 2 Label.\",\r\n\t\t\taccessibilityValue: \"Progress bar 2 value.\",\r\n\t\t\taccessibilityHint: \"Prgress bar 2 hint.\",\r\n\t\t style:Titanium.UI.iPhone.ProgressBarStyle.PLAIN,\r\n\t\t});\r\n\t\twin.add(pb2);\r\n\t\tpb2.show();\r\n\t\tvar pb3=Titanium.UI.createProgressBar({\r\n\t\t bottom:200,\r\n\t\t width:'auto',\r\n\t\t height:'auto',\r\n\t\t min:0,\r\n\t\t max:10,\r\n\t\t value:0,\r\n\t\t color:'#fff',\r\n\t\t message:'Progress bar with accessibility properties NOT in LVH sequence',\r\n\t\t font:{fontSize:14, fontWeight:'bold'},\r\n\t\t accessibilityHint: \"Prgress bar 3 hint.\",\r\n\t\t accessibilityLabel: \"Progress bar 3 Label.\",\r\n\t\t\taccessibilityValue: \"Progress bar 3 value.\",\r\n\t\t\tstyle:Titanium.UI.iPhone.ProgressBarStyle.PLAIN,\r\n\t\t});\r\n\t\twin.add(pb3);\r\n\t\tpb3.show();\r\n\t\tvar pb4=Titanium.UI.createProgressBar({\r\n\t\t bottom:10,\r\n\t\t width:'auto',\r\n\t\t height:'auto',\r\n\t\t min:0,\r\n\t\t max:10,\r\n\t\t value:0,\r\n\t\t color:'#fff',\r\n\t\t message:'Progress bar with accessibility properties hidden',\r\n\t\t font:{fontSize:14, fontWeight:'bold'},\r\n\t\t accessibilityHidden: true,\r\n\t\t accessibilityLabel: \"Progress bar 4 Label.\",\r\n\t\t\taccessibilityValue: \"Progress bar 4 value.\",\r\n\t\t\taccessibilityHint: \"Prgress bar 4 hint.\",\r\n\t\t style:Titanium.UI.iPhone.ProgressBarStyle.PLAIN,\r\n\t\t});\r\n\t\twin.add(pb4);\r\n\t\tpb4.show();\r\n\t\t\r\n\t\twin.open();\r\n\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Accessibility- Touching the window with multiple Progressbar speaks aloud the value of message of all the progressbar", "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": "223263", "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:08.000+0000", "updated": "2012-10-12T16:42:08.000+0000" }, { "id": "241714", "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:15:28.000+0000", "updated": "2013-03-13T06:03:49.000+0000" }, { "id": "290183", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "body": "'Progress bar with accessibility properties hidden' speaks message of all other progress bar.\nStill occurs with:\nOS: Mountain Lion 10.8\nAppcelerator Studio: 3.2.1.201401241158\nSDK: 3.2.1.v20140128171647\nXcode: 5.0\nacs:1.0.12\nalloy:1.3.1-beta4\njake:0.7.6\nnpm:1.3.2\nnode: 0.10.13\ntitanium:3.2.1-beta3\ntitanium-code-processor:1.1.0\nDevice: Galaxy Nexus 4.1.1", "updateAuthor": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-01-29T06:43:35.000+0000", "updated": "2014-01-29T06:43:35.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }