{ "id": "168411", "key": "TIMOB-24824", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-15T01:25:39.000+0000", "created": "2017-06-14T23:57:46.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [ { "id": "17608", "name": "Release 6.1.0", "archived": false, "released": true, "releaseDate": "2017-05-26" } ], "issuelinks": [ { "id": "55216", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "168154", "key": "TIMOB-24792", "fields": { "summary": "Android: Horizontal layouts do not behave correctly with 'right'", "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" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-15T01:25:39.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "Views contained in a horizontal layout using {{right}} do not display correctly.\r\n\r\n{code:js}\r\nvar win = Ti.UI.createWindow({title: 'TIMOB-24277', backgroundColor: 'gray', layout: 'horizontal'}),\r\n a = Ti.UI.createView({\r\n height: 100,\r\n width: 100,\r\n borderColor: 'red',\r\n borderWidth: 5,\r\n backgroundColor: 'blue',\r\n right: 10\r\n }),\r\n b = Ti.UI.createView({\r\n \theight: 100,\r\n \twidth: 100,\r\n \tborderColor: 'purple',\r\n \tborderWidth: 5,\r\n \tbackgroundColor: 'orange',\r\n \tright: 10\r\n });\r\n\r\nwin.add([a, b]);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Windows: Horizontal layouts do not behave correctly with 'right'", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }