{ "id": "120043", "key": "TIMOB-15293", "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": "15703", "description": "2013 Sprint 22", "name": "2013 Sprint 22", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "15704", "description": "2013 Sprint 22 API", "name": "2013 Sprint 22 API", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-10-28T18:25:01.000+0000", "created": "2013-09-17T09:22:09.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ActivityIndicator", "module_activityindicator", "qe-manualtest", "triage" ], "versions": [], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-08-14T05:52:36.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "The problem occurs when there is an ActivityIndicator add to row of a TableViewRow (demo video attached)\r\n\r\n\r\nBasically, when you scroll a tableviewrow and a row with an ActivityIndicator on it issues from \"tablewviewrow visible space\", the ActivityIndicator disappears\r\n\r\n\r\nthe problem occurs with these SDK : \r\n\r\n3.1.3.v20130916153052\r\n3.1.3.v20130908095038\r\n3.1.2.GA\r\n3.1.1.GA\r\n3.1.0.GA\r\n\r\nthe problem does not occur with these SDK :\r\n3.0.2 GA\r\n", "attachment": [ { "id": "42547", "filename": "ActivityIndicator.mov", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2013-09-17T09:22:09.000+0000", "size": 2539983, "mimeType": "video/quicktime" } ], "flagged": false, "summary": "iOS: ActivityIndicator disappears from TableViewRow during scroll", "creator": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "subtasks": [], "reporter": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "environment": "Titanium Studio build: 3.1.2.201308091617 , xCode 5.0 GM", "comment": { "comments": [ { "id": "271447", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "simply code test : \n\n{code}\nvar row1 = Ti.UI.createTableViewRow({\n height : 50,\n selectionStyle : Titanium.UI.iPhone.TableViewCellSelectionStyle.NONE\n});\n\nvar actInd1 = Titanium.UI.createActivityIndicator({\n height : 'auto',\n style : Titanium.UI.iPhone.ActivityIndicatorStyle.BIG,\n font : {\n fontSize : 20,\n fontWeight : 'bold'\n },\n color : 'white',\n message : 'ActivityIndicator...',\n width : 'auto'\n\n });\n row1.add(actInd1); \n \nvar row2 = Ti.UI.createTableViewRow({\n height : 50,\n selectionStyle : Titanium.UI.iPhone.TableViewCellSelectionStyle.NONE\n});\nvar actInd2 = Titanium.UI.createActivityIndicator({\n height : 'auto',\n style : Titanium.UI.iPhone.ActivityIndicatorStyle.BIG,\n font : {\n fontSize : 20,\n fontWeight : 'bold'\n },\n color : 'white',\n message : 'ActivityIndicator...',\n width : 'auto'\n\n });\n row2.add(actInd2); \n \nvar row3 = Ti.UI.createTableViewRow({\n height : 50,\n selectionStyle : Titanium.UI.iPhone.TableViewCellSelectionStyle.NONE\n});\nvar actInd3 = Titanium.UI.createActivityIndicator({\n height : 'auto',\n style : Titanium.UI.iPhone.ActivityIndicatorStyle.BIG,\n font : {\n fontSize : 20,\n fontWeight : 'bold'\n },\n color : 'white',\n message : 'ActivityIndicator...',\n width : 'auto'\n\n });\n row3.add(actInd3); \n \nactInd1.show();\nactInd2.show();\nactInd3.show();\nvar mydata = [row1,row2,row3];\n\nvar table = Ti.UI.createTableView({\n width : 320,\n data : mydata,\n backgroundColor:'black'\n});\n\n\nwin1.add(table);\n{code}", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2013-09-17T10:22:12.000+0000", "updated": "2013-09-17T10:22:12.000+0000" }, { "id": "271738", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "there isn't any solution?", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2013-09-18T14:42:51.000+0000", "updated": "2013-09-18T14:42:51.000+0000" }, { "id": "272103", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "I noticed that the \"bug\" has been classified as: Trivial\r\n\r\nI do not think so trivial this problem, since an object like a tableviewrow is used in most applications", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2013-09-20T11:03:47.000+0000", "updated": "2013-09-20T11:03:47.000+0000" }, { "id": "272352", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "I saw that the \"Fix Version/s\" of the ticket has been set to: Release 3.2.0\r\n\r\nthis means that the next SDK 3.2.0 will include this bugfixes?", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2013-09-21T21:42:05.000+0000", "updated": "2013-09-21T21:42:05.000+0000" }, { "id": "272488", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~nicolomonili] yes, 3.2.0 is currently scheduled to include this fix.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-23T16:16:28.000+0000", "updated": "2013-09-23T16:16:28.000+0000" }, { "id": "272667", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "when will be released the SDK 3.2.0?\r\nthanks", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2013-09-24T15:50:11.000+0000", "updated": "2013-09-24T15:50:11.000+0000" }, { "id": "272668", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Currently 3.2.0 is scheduled for early December.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-24T15:52:28.000+0000", "updated": "2013-09-24T15:52:28.000+0000" }, { "id": "272670", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "but this fix will not be available even in the \"Appcelerator Continuous build\"? (http://builds.appcelerator.com.s3.amazonaws.com/index.html#3_1_X)", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2013-09-24T15:55:15.000+0000", "updated": "2013-09-24T15:55:15.000+0000" }, { "id": "272675", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~nicolomonili] No, not currently. We may decide to move it there, but we generally only do that for tickets that are very urgent.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-24T15:58:30.000+0000", "updated": "2013-09-24T15:58:30.000+0000" }, { "id": "272678", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "but to me such a problem seems very urgent, as the TableViewRow is present in 90% of applications", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2013-09-24T16:00:19.000+0000", "updated": "2013-09-24T16:00:19.000+0000" }, { "id": "272680", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~nicolomonili] If that were the case, we would normally see more comments or watchers on the ticket. I would encourage others to watch or comment on the ticket as well.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-24T16:02:56.000+0000", "updated": "2013-09-24T16:02:56.000+0000" }, { "id": "272819", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "usually how many \"watchers\" there must be, on average, to consider the ticket \"important\"?\r\n\r\nother question: in the \"Appcelerator continuos builds\" I noticed that in the versions \"master\" has version 3.2.0, what is it?\r\nthanks\r\n", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2013-09-25T08:18:30.000+0000", "updated": "2013-09-25T08:18:30.000+0000" }, { "id": "272838", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~nicolomonili] There is no hard and fast rule, but at least 2-3x the number now.\n\nThe \"master\" branch of the CI builds is currently 3.2.0. So you could use that version if you like.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-25T15:41:23.000+0000", "updated": "2013-09-25T15:41:23.000+0000" }, { "id": "273420", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "I noticed that the \"Watching\" arrived at 8: D\r\nyou still can not enter the fix in version 3.1.4?\r\nthanks", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2013-09-30T18:47:14.000+0000", "updated": "2013-09-30T18:47:14.000+0000" }, { "id": "276815", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending against master\r\nhttps://github.com/appcelerator/titanium_mobile/pull/4852", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-10-25T18:00:05.000+0000", "updated": "2013-10-25T18:00:05.000+0000" }, { "id": "279078", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Tested and Verified the fix on:\r\nOSX: 10.8.5\r\nXcode:5.0\r\nAppcelerator Studio: 3.2.0.201311112306\r\nSDK: 3.2.0.v20131111174605\r\nacs:1.0.7\r\nalloy:1.3.0\r\nnpm:1.3.2\r\ntitanium:3.2.0\r\ntitanium-code-processo:1.0.3\r\nDevice: iOS7(v7.0.3)-iPodTouch1", "updateAuthor": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-11-12T07:16:59.000+0000", "updated": "2013-11-12T07:16:59.000+0000" } ], "maxResults": 17, "total": 17, "startAt": 0 } } }