{ "id": "159862", "key": "TIMOB-23283", "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": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-05-12T15:49:05.000+0000", "created": "2016-04-27T21:06:14.000+0000", "priority": { "name": "Medium", "id": "3" }, "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": "51511", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "154548", "key": "TIMOB-20282", "fields": { "summary": "Windows: ProgressBar default layout should be SIZE, not 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": "Medium", "id": "3" }, "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": "2016-06-28T21:49:37.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": "Setting the ProgressBar width property to {{Ti.UI.FILL}} does not display the same behaviour on Windows Phone, as it does on iOS / Android.\r\n\r\n*This affects both device & emulator.*\r\n\r\nh3. TEST CODE:\r\n{code:java}\r\nvar pb = Ti.UI.createProgressBar({\r\n min: 0,\r\n max: 10,\r\n value: 0,\r\n color: 'blue',\r\n backgroundColor: 'green',\r\n backgroundDisabledColor: 'gray',\r\n message: 'Downloading 0 of 10',\r\n width: Ti.UI.FILL\r\n});\r\nvar win = Ti.UI.createWindow();\r\nwin.add(pb);\r\nwin.open();\r\npb.show();\r\n{code}\r\n\r\nh2. Steps to Reproduce\r\n1. Create a classic mobile application.\r\n2. Apply test code to app.js file.\r\n3. Deploy app to Windows 10 phone device / emualator.\r\n4. Launch app\r\n\r\nh2. Actual Result\r\n\r\n_see windows phone screenshot_\r\nProgress Bar is aligned to the left, and does not fill the width of the window.\r\nh2. Expected Result\r\n\r\n_see iPhone screenshot_\r\nProgress Bar should fill the entire width of the window.", "attachment": [ { "id": "59098", "filename": "pb_Fill_iOS.png", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-04-27T21:07:16.000+0000", "size": 26989, "mimeType": "image/png" }, { "id": "59097", "filename": "pb_Fill_Windows.PNG", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-04-27T21:03:53.000+0000", "size": 18599, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows: ProgressBar Ti.UI.FILL does not display the bar correctly", "creator": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "environment": "Tested on: \r\nWindows 10 Pro \r\nWindows Phone 10.0 (Microsoft Lumia 640 LTE) \r\nWindows Phone 10.0 Emulator\r\nAndroid Nexus 5 (5.1.1) Device\r\niPhone 6S (9.3.1) Device & Emulator\r\nAppc Studio: 4.6.0.201604081249 \r\nTi SDK: 5.3.0.v20160421080259 \r\nAppc NPM: 4.2.5-3\r\nAppc Core: 5.3.0-36\r\nNode: v4.4.2", "closedSprints": [ { "id": 627, "state": "closed", "name": "2016 Sprint 10 SDK", "startDate": "2016-05-07T00:43:56.954Z", "endDate": "2016-05-21T00:43:00.000Z", "completeDate": "2016-05-23T02:06:04.349Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "385508", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/683", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-05-12T06:56:58.000+0000", "updated": "2016-05-12T06:56:58.000+0000" }, { "id": "389304", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, ProgressBar Ti.UI.FILL now correctly stretches to fit the entire screen, both Vertically and Horizontally.\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.v20160627224205\r\nAppc NPM: 4.2.7-2\r\nAppc Core: 5.4.0-20\r\nNode: v4.4.4\r\n\r\n*Closing Ticket.*", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-06-28T21:49:25.000+0000", "updated": "2016-06-28T21:49:25.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }