{ "id": "173698", "key": "TIMOB-27119", "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": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2019-06-01T03:11:42.000+0000", "created": "2019-06-01T03:00:27.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "20432", "name": "Release 8.0.1", "archived": false, "released": true, "releaseDate": "2019-05-15" }, { "id": "20482", "description": "", "name": "Release 7.5.2", "archived": false, "released": true, "releaseDate": "2019-04-04" }, { "id": "20412", "name": "Release 8.1.0", "archived": false, "released": true, "releaseDate": "2019-08-13" } ], "issuelinks": [], "assignee": null, "updated": "2019-06-01T03:11:42.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": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Subviews inside a horizontal parent view are clipping to the top on Android. On iOS, they are centered on the y-axis like other views are as well. This is a parity issue.\r\n\r\nExample:\r\n\r\n{code:js}\r\nvar win = Ti.UI.createWindow({ backgroundColor: 'white' });\r\n\r\nvar view = Ti.UI.createView({ layout: 'horizontal', height: 50, backgroundColor: 'gray' });\r\nview.add(Ti.UI.createView({ left: 10, width: 40, right: 10, backgroundColor: '#ff0', height: 20 }));\r\nview.add(Ti.UI.createView({ left: 0, width: Ti.UI.FILL, right: 10, backgroundColor: '#f00', height: 20 }));\r\n\r\nwin.add(view);\r\nwin.open();\r\n{code}\r\n", "attachment": [ { "id": "66659", "filename": "Ohne Titel 2.png", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-06-01T03:08:27.000+0000", "size": 19909, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Views inside horizontal layout are clipped to the top", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "closedSprints": [ { "id": 1136, "state": "closed", "name": "2019 Sprint 11", "startDate": "2019-05-18T17:39:52.830Z", "endDate": "2019-05-31T17:39:00.000Z", "completeDate": "2019-06-04T21:37:11.485Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "448765", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Mhh, it seems like in the above case, it clips on iOS as well. We have one layout case where it doesn't but I can't define it right now. Closing for now.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-06-01T03:11:20.000+0000", "updated": "2019-06-01T03:11:20.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }