{ "id": "172567", "key": "TIMOB-26525", "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": "20238", "description": "", "name": "Release 7.5.0", "archived": false, "released": true, "releaseDate": "2018-11-15" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-11-09T18:27:25.000+0000", "created": "2018-11-07T07:07:42.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "20238", "description": "", "name": "Release 7.5.0", "archived": false, "released": true, "releaseDate": "2018-11-15" } ], "issuelinks": [ { "id": "56975", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "88955", "key": "TIMOB-8362", "fields": { "summary": "Android: Ti.UI.createScrollView sizing incorrectly in a vertical layout", "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": "High", "id": "2" }, "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": "2018-11-12T11:53:11.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": "{{ScrollView}} does not expand its size along with child content when {{Ti.UI.SIZE}} is specified. \r\n\r\n{code}\r\nvar scrollView = Ti.UI.createScrollView({\r\n height: Ti.UI.SIZE,\r\n width: Ti.UI.SIZE,\r\n scrollType: 'vertical',\r\n layout: 'vertical',\r\n backgroundColor: 'red'\r\n});\r\n\r\nvar view1 = Ti.UI.createView({\r\n width: '100',\r\n height: '50',\r\n backgroundColor: 'pink'\r\n});\r\n\r\nvar view2 = Ti.UI.createView({\r\n width: '200',\r\n height: '100',\r\n backgroundColor: 'green'\r\n});\r\n\r\nscrollView.add(view1);\r\nscrollView.add(view2);\r\n\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'white',\r\n});\r\nwin.add(scrollView);\r\nwin.open();\r\n{code}\r\n\r\nExpected: !1.png|thumbnail! ", "attachment": [ { "id": "65819", "filename": "1.png", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-11-07T07:07:13.000+0000", "size": 2040, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: ScrollView does not expand with Ti.UI.SIZE", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1093, "state": "closed", "name": "2018 Sprint 23", "startDate": "2018-11-04T23:35:52.006Z", "endDate": "2018-11-18T23:35:00.000Z", "completeDate": "2018-11-19T05:30:34.338Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "443350", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/1312", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-11-07T07:13:45.000+0000", "updated": "2018-11-07T07:13:45.000+0000" }, { "id": "443390", "author": { "name": "kmahalingam", "key": "kmahalingam", "displayName": "Keerthi Mahalingam", "active": false, "timeZone": "America/Los_Angeles" }, "body": "FR Passed", "updateAuthor": { "name": "kmahalingam", "key": "kmahalingam", "displayName": "Keerthi Mahalingam", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-11-07T23:37:22.000+0000", "updated": "2018-11-07T23:37:22.000+0000" }, { "id": "443490", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fix in SDK version {{8.0.0.v20181109074008}} and {{7.5.0.v20181109170739}}.\r\n\r\nTest and other information can be found at: \r\nMaster: https://github.com/appcelerator/titanium_mobile_windows/pull/1313\r\n7_5_X: https://github.com/appcelerator/titanium_mobile_windows/pull/1312", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-11-12T11:53:04.000+0000", "updated": "2018-11-12T11:53:04.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }