{ "id": "169613", "key": "TIMOB-25184", "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": [ { "id": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-08-29T18:12:33.000+0000", "created": "2017-08-22T01:38:36.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "qe-6.2.0", "regression" ], "versions": [ { "id": "17609", "description": "", "name": "Release 7.0.0", "archived": false, "released": true, "releaseDate": "2017-12-07" }, { "id": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-08-29T21:16:24.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": "*This is a regression. Not seen with SDK 6.1.2.GA.*\r\n\r\nh5.Steps to reproduce:\r\n1. Create an android app.\r\n2. Use the code below in the app.js:\r\n{code}\r\nvar win = Ti.UI.createWindow(), \r\n section = Ti.UI.createTableViewSection(),\r\n table = Ti.UI.createTableView({\r\n \ttop: 10,\r\n \theight: Ti.UI.FILL,\r\n \tWidth: Ti.UI.FILL,\r\n\t \tdata: [section]\r\n\t});\r\n\r\ncreateRows();\r\n\t\r\nfunction createRows(){\r\n\tfor(var i=0; i<=49; i++){\r\n\t\tvar row = Ti.UI.createTableViewRow({ title: 'Open Window'+i+' - '+i});\r\n\t\tsection.add(row);\r\n\t}\r\n\treturn section;\r\n}\r\n\r\ntable.addEventListener('click', function(e){\r\n\talert(JSON.stringify(e.index));\r\n});\r\n\r\nwin.add(table);\r\nwin.open();\r\n{code}\r\n\r\n3. Build for android 7.0 & above device/emulator.\r\n4. After the app launches scroll the tableview.\r\n\r\nh5.Actual results:\r\n1. The tableviewrow title get messed up after scrolling. \r\n2. For the code above the you will see random title at random places as they are revealed after scrolling up & down.\r\n3. Getting the index shows proper index for the row. Its just the title is messed up.\r\n\r\nh5.Expected result:\r\n1. The tableviewrow title should not get messed up.", "attachment": [], "flagged": false, "summary": "Android: Tableview row title gets messed up after scrolling on android 7.0 & above ", "creator": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Studio Ver: 4.9.1.201707200100\r\nSDK Ver: 6.2.0.v20170821133426\r\nOS Ver: 10.12.3\r\nXcode Ver: Xcode 8.3.3\r\nAppc NPM: 4.2.9\r\nAppc CLI: 6.2.3\r\nTi CLI Ver: 5.0.14\r\nAlloy Ver: 1.9.13\r\nNode Ver: 6.10.1\r\nJava Ver: 1.8.0_101\r\nDevices: ⇨ google Pixel --- Android 7.1.1\r\n ⇨ google Nexus 5 --- Android 6.0.1\r\n", "closedSprints": [ { "id": 939, "state": "closed", "name": "2017 Sprint 17 SDK", "startDate": "2017-08-13T23:08:29.095Z", "endDate": "2017-08-27T23:08:00.000Z", "completeDate": "2017-08-27T21:10:54.125Z", "originBoardId": 114 }, { "id": 944, "state": "closed", "name": "2017 Sprint 18 SDK", "startDate": "2017-08-27T21:13:39.311Z", "endDate": "2017-09-10T21:13:00.000Z", "completeDate": "2017-09-10T21:24:16.435Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "427296", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/9363", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-28T00:16:54.000+0000", "updated": "2017-08-28T00:16:54.000+0000" }, { "id": "427325", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR passed for master.\r\nPR merged.\r\n\r\n[~gmathews], Can you please provide a back port.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-28T20:31:06.000+0000", "updated": "2017-08-28T20:31:06.000+0000" }, { "id": "427360", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "6_2_X: https://github.com/appcelerator/titanium_mobile/pull/9369", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-29T16:57:32.000+0000", "updated": "2017-08-29T16:57:32.000+0000" }, { "id": "427368", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR passed for backport PR.\r\nPR merged.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-29T18:09:49.000+0000", "updated": "2017-08-29T18:09:49.000+0000" }, { "id": "427378", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix in SDK 6.2.0.v20170829112035 & 7.0.0.v20170829103419.\r\n\r\nClosing.\r\n\r\nStudio Ver: 4.9.1.201707200100\r\nOS Ver: 10.12.3\r\nXcode Ver: Xcode 8.3.3\r\nAppc NPM: 4.2.9\r\nAppc CLI: 6.2.3\r\nTi CLI Ver: 5.0.14\r\nAlloy Ver: 1.9.13\r\nNode Ver: 6.10.1\r\nJava Ver: 1.8.0_101\r\nDevices: ⇨ google Nexus 5 --- Android 6.0.1\r\n⇨ google Pixel --- Android 7.1.1\r\nEmulator: Android 8.0\r\n", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-29T21:16:13.000+0000", "updated": "2017-08-29T21:16:13.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }