{ "id": "160275", "key": "TIMOB-23384", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2016-05-26T14:07:02.000+0000", "created": "2016-05-16T18:57:45.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "qe-5.3.0", "qe-5.4.0" ], "versions": [ { "id": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "issuelinks": [ { "id": "51841", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "160147", "key": "TIMOB-23350", "fields": { "summary": "Windows: ScrollView width/height should default to Ti.UI.FILL", "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": "None", "id": "6" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "52993", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "163321", "key": "TIMOB-23930", "fields": { "summary": "Windows: ScrollView doesn't load complete data", "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": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-10-06T06:47:56.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": "Elements inside a ScrollView are always centered.\r\n\r\n*Steps to reproduce:* \r\n# Use the app.js below.\r\n\r\n*app.js*\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({ backgroundColor: 'green' });\r\n \r\nvar scrollView = Ti.UI.createScrollView({\r\n layout: \"vertical\",\r\n backgroundColor: 'orange',\r\n top: 0,\r\n});\r\n \r\nvar view = Ti.UI.createView({\r\n backgroundColor: 'yellow',\r\n top: 10,\r\n left: 10,\r\n height: Ti.UI.SIZE,\r\n width: Ti.UI.SIZE,\r\n});\r\n \r\nvar label = Ti.UI.createLabel({\r\n left: 10,\r\n right: 10,\r\n color: \"blue\",\r\n text: \"this is test text\"\r\n});\r\n \r\nview.add(label);\r\n \r\nscrollView.add(view);\r\nwin.add(scrollView);\r\nwin.open();\r\n{code}\r\n\r\n*Actual :*\r\n!windows 10 scrollView.png|thumbnail!\r\n*Expected:*\r\n!android scrollView.png|thumbnail!", "attachment": [ { "id": "59246", "filename": "android scrollView.png", "author": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "created": "2016-05-16T18:55:56.000+0000", "size": 10785, "mimeType": "image/png" }, { "id": "59245", "filename": "windows 10 scrollView.png", "author": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "created": "2016-05-16T18:56:12.000+0000", "size": 18792, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: Elements inside a ScrollView are centered.", "creator": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "environment": "Android emulator\r\nWindows Simulator\r\nWindows 10 \r\nStudio: 4.6.0.201605160952\r\nTi SDK: 5.3.0.v20160516040258\r\nAppc NPM: 4.2.5-5 \r\nApp CLI: 5.3.0-45 \r\nNode v0.12.7", "comment": { "comments": [ { "id": "386896", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Duplicate issue fixed by TIMOB-23350", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-05-26T14:07:02.000+0000", "updated": "2016-05-26T14:07:02.000+0000" }, { "id": "389139", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, as part of TIMOB-23350 .\r\n\r\nTested on: \r\nWindows 10 Pro \r\nWindows Phone 10.0 (Microsoft Lumia 640 LTE) \r\nAppc Studio: 4.7.0.201606220541\r\nTi SDK: 5.4.0.v20160617074028\r\nAppc NPM: 4.2.7-2\r\nAppc Core: 5.4.0-18\r\nNode: v4.4.4\r\n\r\n*Closing Ticket.*\r\n", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-06-27T17:29:04.000+0000", "updated": "2016-06-27T17:29:04.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }