{ "id": "169937", "key": "TIMOB-25360", "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": "19906", "description": "", "name": "Release 6.3.0", "archived": false, "released": true, "releaseDate": "2017-11-01" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-10-11T23:56:20.000+0000", "created": "2017-09-29T23:19:38.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "consider-6.2.3" ], "versions": [ { "id": "19542", "description": "", "name": "Release 6.2.2", "archived": false, "released": true, "releaseDate": "2017-09-19" } ], "issuelinks": [], "assignee": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-10-23T21:08:05.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": "A View with height {{Ti.UI.FILL}} inside a ScrollView, ListView or TableView should match iOS behavior (essentially acting like {{height: '100%'}})\r\n\r\n*TEST CASE*\r\n{code:js}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'white'\r\n }),\r\n scrollView = Ti.UI.createScrollView({\r\n layout: 'vertical'\r\n }),\r\n field = Ti.UI.createTextField({\r\n hintText: 'TEST',\r\n hintTextColor: 'grey',\r\n top: '250dp',\r\n left: '10%', right: '10%',\r\n backgroundColor: 'transparent',\r\n width: Titanium.UI.FILL\r\n }),\r\n view = Ti.UI.createView({\r\n width: Ti.UI.FILL,\r\n height: Ti.UI.FILL,\r\n backgroundColor: 'blue'\r\n });\r\n\r\nscrollView.add([field, view]);\r\n\r\nwin.add(scrollView);\r\nwin.open();\r\n{code}", "attachment": [ { "id": "63406", "filename": "HorizontalScrollFill-Bad.gif", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-09T18:10:57.000+0000", "size": 340654, "mimeType": "image/gif" }, { "id": "63405", "filename": "HorizontalScrollFill-Good.gif", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-09T18:10:57.000+0000", "size": 377204, "mimeType": "image/gif" }, { "id": "63404", "filename": "HorizontalScrollFillTest.js", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-09T18:10:57.000+0000", "size": 1190, "mimeType": "application/x-javascript" }, { "id": "63401", "filename": "VerticalScrollFill-Bad.png", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-09T18:02:29.000+0000", "size": 27101, "mimeType": "image/png" }, { "id": "63402", "filename": "VerticalScrollFill-Good.gif", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-09T18:02:29.000+0000", "size": 361712, "mimeType": "image/gif" }, { "id": "63403", "filename": "VerticalScrollFillTest.js", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-09T18:02:29.000+0000", "size": 1234, "mimeType": "application/x-javascript" } ], "flagged": false, "summary": "Android: Height Ti.UI.FILL inside ScrollView should match iOS", "creator": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 951, "state": "closed", "name": "2017 Sprint 20 SDK", "startDate": "2017-09-24T17:50:18.277Z", "endDate": "2017-10-08T17:50:00.000Z", "completeDate": "2017-10-09T20:38:07.840Z", "originBoardId": 114 }, { "id": 959, "state": "closed", "name": "2017 Sprint 21 SDK", "startDate": "2017-10-08T20:38:15.130Z", "endDate": "2017-10-22T20:38:00.000Z", "completeDate": "2017-10-24T23:55:56.605Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "428856", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR (master): https://github.com/appcelerator/titanium_mobile/pull/9513", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-09T21:21:31.000+0000", "updated": "2017-10-09T21:21:31.000+0000" }, { "id": "428904", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed for master.\r\nWaiting for backport.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-10T19:24:37.000+0000", "updated": "2017-10-10T19:24:37.000+0000" }, { "id": "428984", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR (6.3.x): https://github.com/appcelerator/titanium_mobile/pull/9521", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-11T23:27:33.000+0000", "updated": "2017-10-11T23:27:33.000+0000" }, { "id": "428991", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR passed for backport. PR merged.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-11T23:54:56.000+0000", "updated": "2017-10-11T23:54:56.000+0000" }, { "id": "429457", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix in SDK 7.0.0.v20171023120246 & 6.3.0.v20171018084007.\r\n\r\nClosing.\r\n\r\nStudio Ver: 4.10.0.201709271713\r\nOS Ver: 10.12.3\r\nXcode Ver: Xcode 8.3.3\r\nAppc NPM: 4.2.10-2\r\nAppc CLI: 6.3.0-master.15\r\nTi CLI Ver: 5.0.14\r\nAlloy Ver: 1.10.6\r\nNode Ver: 7.10.1\r\nJava Ver: 1.8.0_101\r\nDevices: ⇨ google Nexus 5 — Android 6.0.1\r\n⇨ google Pixel — Android 7.1.1", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-10-23T21:07:52.000+0000", "updated": "2017-10-23T21:07:52.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }