{ "id": "130086", "key": "AC-1170", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "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": "2014-06-10T17:38:39.000+0000", "created": "2014-05-06T19:14:40.000+0000", "labels": [ "ios", "listview", "scroll" ], "versions": [], "issuelinks": [], "assignee": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:37:32.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "When the ListView scroll , the separator space disappear\r\n\r\nTEST CODE , and VIDEO TEST attached\r\n\r\n{code}\r\nvar plainTemplate = {\r\n\tchildTemplates : [{\r\n\t\ttype : 'Ti.UI.Label',\r\n\t\tbindId : 'posizione',\r\n\t\tproperties : {\r\n\t\t\tleft : 0,\r\n\t\t\twidth : 300, //32\r\n\t\t\theight : 20,\r\n\t\t\tbackgroundColor : \"#42de0b\",\r\n\t\t\ttextAlign : \"center\",\r\n\t\t\tcolor : \"white\",\r\n\t\t\tfont : {\r\n\t\t\t\tfontSize : 10\r\n\t\t\t}\r\n\t\t}\r\n\t}]\r\n};\r\n\r\nvar tabella_serie_A = Ti.UI.createListView({\r\n\twidth : 300,\r\n\theight : 310,\r\n\tbottom : 10,\r\n\tseparatorColor : 'white',\r\n\tbackgroundColor : 'transparent',\r\n\tseparatorInsets : {\r\n\t left : 0,\r\n\t\tright : 0\r\n\t},\r\n\tshowVerticalScrollIndicator : false,\r\n\ttemplates : {\r\n\t\t'plain' : plainTemplate\r\n\t},\r\n\tdefaultItemTemplate : 'plain'\r\n});\r\n\r\nvar data = [];\r\nfor (var i = 1; i <= 20; i++) {\r\n\tdata.push({\r\n\r\n\t\tposizione : {\r\n\t\t\ttext : i\r\n\t\t},\r\n\r\n\t\tproperties : {\r\n\t\t\tselectionStyle : Ti.UI.iPhone.ListViewCellSelectionStyle.NONE,\r\n\t\t\theight : 20\r\n\t\t}\r\n\t});\r\n}\r\n\r\nvar intestazione_serie_A = Ti.UI.createListSection({\r\n\t//headerView : createheader(),\r\n\titems : data\r\n});\r\n\r\ntabella_serie_A.sections = [intestazione_serie_A];\r\n{code}", "attachment": [ { "id": "47874", "filename": "listview.mov", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2014-05-06T19:14:40.000+0000", "size": 1912628, "mimeType": "video/quicktime" }, { "id": "47924", "filename": "Screen Shot 2014-05-08 at 10.54.00 AM.png", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-08T18:10:16.000+0000", "size": 22207, "mimeType": "image/png" }, { "id": "47925", "filename": "Screen Shot 2014-05-08 at 10.54.20 AM.png", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-08T18:10:16.000+0000", "size": 22780, "mimeType": "image/png" }, { "id": "47926", "filename": "Screen Shot 2014-05-08 at 10.54.37 AM.png", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-08T18:10:16.000+0000", "size": 22463, "mimeType": "image/png" } ], "flagged": false, "summary": "ListView Scroll Problem", "creator": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "subtasks": [], "reporter": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "environment": "Titanium SDK 3.2.2GA , Titanium Studio, build: 3.2.3.201404181442 , xCode 5.1.1 , Apple SDK 7.1", "comment": { "comments": [ { "id": "304060", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~nicolomonili] Thanks for the test case and video. However, I ran your test case and was not able to reproduce the issue. I am attaching the screenshots as well.\r\n\r\nPlease let us know if the issue persists.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-08T18:17:50.000+0000", "updated": "2014-05-08T18:17:50.000+0000" }, { "id": "304063", "author": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "body": "the problem persisted every time. I solved by placing the label in a view\r\n\r\n{code}\r\nvar plainTemplate = {\r\n\tchildTemplates : [{\r\n\t\ttype : 'Ti.UI.View',\r\n\t\t//bindId : 'posizione',\r\n\t\tproperties : {\r\n\t\t\tleft : 0,\r\n\t\t\twidth : 32,\r\n\t\t\theight : 20,\r\n\t\t\tbackgroundColor : \"#42de0b\",\r\n\t\t\ttextAlign : \"center\",\r\n\t\t\tcolor : \"white\",\r\n\t\t\tfont : {\r\n\t\t\t\tfontSize : 10\r\n\t\t\t}\r\n\t\t},\r\n\t\tchildTemplates : [{\r\n\t\t\ttype : 'Ti.UI.Label',\r\n\t\t\tbindId : 'posizione',\r\n\t\t\tproperties : {\r\n\t\t\t\tleft : 0,\r\n\t\t\t\twidth : 32,\r\n\t\t\t\theight : 20,\r\n\t\t\t\ttextAlign : \"center\",\r\n\t\t\t\tcolor : \"white\",\r\n\t\t\t\tfont : {\r\n\t\t\t\t\tfontSize : 10\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t}]\r\n\t}]\r\n};\r\n{code}", "updateAuthor": { "name": "nicolomonili", "key": "nicolomonili", "displayName": "nicolomonili", "active": true, "timeZone": "Europe/Rome" }, "created": "2014-05-08T18:22:31.000+0000", "updated": "2014-05-08T18:22:31.000+0000" }, { "id": "304152", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We have not been able to reproduce this issue with the provided test case. Your video clearly shows the issue but the test case here does not match the application in the video. Can you please provide a test case that can reproduce the exact same issue?", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-09T05:49:59.000+0000", "updated": "2014-05-09T05:49:59.000+0000" }, { "id": "308284", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Resolving the ticket as we have not heard back from the reporter. We will be happy to reopen once we get the test case.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-06-10T17:38:30.000+0000", "updated": "2014-06-10T17:38:30.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }