{ "id": "103219", "key": "TIMOB-11425", "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-12T15:04:59.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "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:16.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": "The default text of the tableview, which is behind the window, is spoken when the application is sent to background and then opened again.\r\nThis does not happen on iOS\r\n\r\nSteps to Reproduce:\r\n1. Open the application below with Talk Back ON\r\n2. Click on Row 1 in tableview to open up a window with label\r\n3. Background the app\r\n4. Open the app again\r\n\r\nActual: The app comes into focus showing the opened window with label, however the talk back speaks the default text on Table View \"List showing Two Items\"\r\nExpected: The text related to tableview should not be spoken as it is behind the window\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n title : 'Welcome',\r\n backgroundColor: \"#fff\"\r\n});\r\n\t\tvar row1=Ti.UI.createTableViewRow({\r\n\t\t\ttitle:'Row 1',\r\n\t\t\t\r\n\t\t});\r\n\t\tvar row2=Ti.UI.createTableViewRow({\r\n\t\t\ttitle:'Row 2',\r\n\t\t\t\r\n\t\t});\r\n\t\tvar data = [row1,row2];\r\n\t\tvar table=Ti.UI.createTableView({data:data});\r\n row1.addEventListener('click',function(e){\r\n \tvar win2=Ti.UI.createWindow({backgroundColor: \"#fff\"});\r\n \tvar label=Ti.UI.createLabel({text: 'I Am Label 1'});\r\n \twin2.add(label);\r\n \twin2.open();\r\n });\r\n win.add(table);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Accessibility: Default text for table view, behind an open window, is spoken when app sent to background and opened 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": "Tested with Titanium Studio: 3.0.0.201210101947\r\nTested with Titanium SDK: 3.0.0.v20121011174610\r\nAndroid Device: Google Nexus 7(4.1)", "comment": { "comments": [ { "id": "223265", "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:43:28.000+0000", "updated": "2012-10-12T16:43:28.000+0000" }, { "id": "241718", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces on long press\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", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-12T09:01:15.000+0000", "updated": "2013-03-13T06:45:31.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }