{ "id": "137665", "key": "TIMOB-19589", "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": "2019-12-06T22:18:20.000+0000", "created": "2014-10-04T22:44:01.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "TCSupportTriage" ], "versions": [ { "id": "16919", "description": "Critical updates", "name": "Release 4.1.1", "archived": true, "released": true, "releaseDate": "2015-07-15" } ], "issuelinks": [], "assignee": null, "updated": "2019-12-06T22:18:20.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": "Trying to implement a reversed list (one that has its start at the bottom of the screen) for a messaging app using double rotation (see the reproducibility code) some rows do not get the transformation property.\r\n\r\nLooks like is the first one to be offscreen that shows this behavior.\r\n\r\n{code:js}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar items = [];\r\n\r\nvar i = 0, l = 20;\r\n\r\nfor (; i < l; i++) {\r\n items.push({\r\n label: {\r\n text: 'hallo ' + i\r\n }\r\n });\r\n}\r\n\r\nvar section = Ti.UI.createListSection({\r\n items: items\r\n});\r\n\r\nvar reversedTemplate = {\r\n childTemplates: [\r\n {\r\n type: 'Ti.UI.Label',\r\n bindId: 'label',\r\n properties: {\r\n top: 10,\r\n right: 10,\r\n bottom: 10,\r\n left: 10,\r\n transform: Ti.UI.create2DMatrix({ rotate: 180 })\r\n }\r\n }\r\n ]\r\n};\r\n\r\nvar list = Ti.UI.createListView({\r\n defaultItemTemplate: 'reversed',\r\n sections: [ section ],\r\n separatorInsets: { right: 20, left: 0 },\r\n templates: { reversed: reversedTemplate },\r\n transform: Ti.UI.create2DMatrix({ rotate: 180 })\r\n});\r\n\r\nwin.add(list);\r\n\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: In ListViews transform is sometimes forgotten", "creator": { "name": "yuchi", "key": "yuchi", "displayName": "Pier Paolo Ramon", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "yuchi", "key": "yuchi", "displayName": "Pier Paolo Ramon", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Titanium SDK 3.4.0.GA, Android 4.3 on Genymotion", "comment": { "comments": [ { "id": "453075", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Unable to reproducible. \r\n\r\nAxway Appcelerator Studio, build: 5.1.4.201909061933 \r\nmacOS : 10.15\r\nNode.js Version : 8.9.1\r\nnpm Version : 5.5.1\r\nAppcelerator CLI : 7.1.2\r\nTitanium CLI\r\nCLI Version : 5.2.1\r\nnode-appc Version : 0.2.49\r\nTitanium SDKs : 8.3.0.GA\r\niPhone 11 13.2.2\r\nPixel 3 Android API 29", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-12-06T22:18:20.000+0000", "updated": "2019-12-06T22:18:20.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }