{ "id": "111964", "key": "TIMOB-13538", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2017-07-12T17:49:48.000+0000", "created": "2013-03-29T23:47:47.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "defect" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-12T17:50:03.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": "*Problem description*\r\n--I have a table with several images that can be clicked and basically represent yes/no. It is really a 4 value system. The images should only change if you have tapped the image. If you change one of the images and then scroll the table, random images in that column change to the value that you changed. If you scroll the window before clicking an image, the images do not randomly change. It doesn't seem to happen on iOS (this example may not format properly using iOS.) It appears that just the display is messed up because I do a count of the image settings after doing a click on one of the images and the image setting count is correct. Attached is the project in compress format.--\r\n\r\n*Appc Update*\r\nThe images randomly changing seems to have been fixed in 3.1 CI, but now the table view \"freezes\" once one of the images has been toggled.\r\n\r\n*Test case*\r\nSee attachment.", "attachment": [ { "id": "37312", "filename": "afterScroll.png", "author": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T21:59:40.000+0000", "size": 37180, "mimeType": "image/png" }, { "id": "37311", "filename": "initialScreen.png", "author": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T21:59:40.000+0000", "size": 36009, "mimeType": "image/png" }, { "id": "37310", "filename": "noValue.png", "author": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T21:55:53.000+0000", "size": 174, "mimeType": "image/png" }, { "id": "36852", "filename": "TableViewRowBug.zip", "author": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-29T23:47:48.000+0000", "size": 754410, "mimeType": "application/zip" }, { "id": "37307", "filename": "wasNo.png", "author": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T21:55:53.000+0000", "size": 457, "mimeType": "image/png" }, { "id": "37309", "filename": "wasYes.png", "author": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T21:55:53.000+0000", "size": 199, "mimeType": "image/png" }, { "id": "37308", "filename": "yesValue.png", "author": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T21:55:53.000+0000", "size": 266, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Table view scrolling freezes after toggle", "creator": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Android\r\nTi SDK 3.1 CI", "comment": { "comments": [ { "id": "244950", "author": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Please provide a simple test case that demonstrates this issue, Usually a simple app.js will suffice. \nCan you also provide:\n- The Titanium SDK version\n- The Titanium Studio version\n- Android Version\n\n", "updateAuthor": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-01T18:46:16.000+0000", "updated": "2013-04-01T18:46:16.000+0000" }, { "id": "244967", "author": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "body": "happens on android 2.3.6 Samsung charge phone.\nTitanium 3.0+ (doesn't seem to happen with Titanium 2.4+)\nexample code was provided in attachment\n\nTitanium Studio, build: 3.0.2.201302191606\n(c) Copyright 2012-2013 by Appcelerator, Inc. All rights reserved.\n\nBuild: jenkins-titanium-rcp-master-372 (origin/master)\nDate: 19 February 2013, 16:09:49\n\n", "updateAuthor": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-01T19:38:29.000+0000", "updated": "2013-04-01T19:38:29.000+0000" }, { "id": "244986", "author": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Milt,\n\nPlease see this guide for how to properly submit a bug report.\nhttps://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report", "updateAuthor": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-01T20:48:36.000+0000", "updated": "2013-04-01T20:48:36.000+0000" }, { "id": "246748", "author": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "body": "initialScreen is the screen after clicking the top right image view.\r\n\r\nafterScroll is the screen after scrolling the view. Notice that random images have changed for no reason.", "updateAuthor": { "name": "miltgrin", "key": "miltgrin", "displayName": "Milt Grinberg", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T21:59:40.000+0000", "updated": "2013-04-09T22:01:07.000+0000" }, { "id": "247302", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Confirmed with 3.0.2 GA, but it seems to be fixed in 3.1 CI (3.1.0.v20130410180128). However, a new problem arises in 3.1: If you toggle one of the images then the table view \"freezes\" and you can no longer scroll it. For that reason I'm moving it to TiMob.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-12T17:47:21.000+0000", "updated": "2013-04-12T17:47:21.000+0000" }, { "id": "331400", "author": { "name": "sunila", "key": "sunila", "displayName": "Sunila", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Tried with the latest master, I am not able to reproduce the issue.", "updateAuthor": { "name": "sunila", "key": "sunila", "displayName": "Sunila", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-11-10T17:54:26.000+0000", "updated": "2014-11-10T17:54:26.000+0000" }, { "id": "424010", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verifying that has been fixed as I am unable to reproduce this issue with the following environment;\r\nPixel (7.1)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1 GA\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.2\r\nTi CLI 5.0.14\r\nAlloy 1.9.11\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-12T17:49:48.000+0000", "updated": "2017-07-12T17:49:48.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }