{ "id": "103223", "key": "TIMOB-11426", "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:58:28.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:24.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 soft keyboard is up for a textfield on the window.\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 a text box\r\n3. Click on the text box to open up the keyboard\r\n\r\nActual: The device speaks the Accessibility text for the text box followed by text for tableview behind the current window \"Showing items 1 to 14 of 20\". Once the Keyboard is down the device again speaks \"Showing items 1 to 20 of 20\"\r\n\r\nExpected: The text related to tableview should not be spoken\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n title : 'Welcome',\r\n backgroundColor: \"#fff\"\r\n});\r\n\tvar row1=Ti.UI.createTableViewRow({\r\n\t\t\ttitle:'Row 1',\r\n\t\t});\r\n\t\tvar data = [row1];\r\n\t\tfor (var c=1;c<20;c++)\r\n\t{\r\n\t\tvar row = Ti.UI.createTableViewRow({title:'Row '+c});\r\n\t\tdata.push(row);\r\n\t}\r\n\t\t\r\n\tvar table=Ti.UI.createTableView({data:data});\r\n \trow1.addEventListener('click',function(e){\r\n \tvar win2=Ti.UI.createWindow({backgroundColor: \"#fff\"});\r\n \t\r\n \tvar Textfield1 = Ti.UI.createTextField({\r\n\t\t accessibilityLabel: \"Textfield1\",\r\n\t\t\taccessibilityValue: \"Value1.\",\r\n\t\t\taccessibilityHint: \"Hint1\",\r\n\t\t\ttop:50,\r\n\t\t\twidth:150,\r\n\t\t});\r\n\t\twin2.add(Textfield1);\r\n\t\t\r\n\t\t\r\n \twin2.open();\r\n });\r\n win.add(table);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Accessibility: Row count for table view, behind an open window, is spoken when soft keyboard is up for a textfield on window", "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": "223266", "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:35.000+0000", "updated": "2012-10-12T16:43:35.000+0000" }, { "id": "241717", "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", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-12T09:00:59.000+0000", "updated": "2013-03-13T06:19:38.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }