{ "id": "165291", "key": "TIMOB-24308", "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": "18928", "name": "Release 6.0.2", "archived": false, "released": true, "releaseDate": "2017-02-27" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-02-14T21:52:23.000+0000", "created": "2017-01-13T12:21:46.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "android", "layout", "regression" ], "versions": [ { "id": "17608", "name": "Release 6.1.0", "archived": false, "released": true, "releaseDate": "2017-05-26" } ], "issuelinks": [ { "id": "53929", "type": { "id": "10122", "name": "Gantt: start-finish", "inward": "is triggered by", "outward": "is triggering" }, "inwardIssue": { "id": "165074", "key": "TIMOB-24243", "fields": { "summary": "Android-Ti.UI.SIZE doesn't work properly with horizontal layouts", "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": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-05-22T03:45:13.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" } ], "attachment": [ { "id": "61245", "filename": "스크린샷 2017-01-13 오후 9.14.31.png", "author": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "created": "2017-01-13T12:15:59.000+0000", "size": 275840, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Child view's percent width incorrect of horizontal layout parent view (6.1.0 regression)", "creator": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "subtasks": [], "reporter": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "environment": null, "closedSprints": [ { "id": 796, "state": "closed", "name": "2017 Sprint 02 SDK", "startDate": "2017-01-15T00:00:41.845Z", "endDate": "2017-01-29T00:00:00.000Z", "completeDate": "2017-01-30T21:10:44.640Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "404590", "author": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "body": "Fix it. \r\nhttps://github.com/appcelerator/titanium_mobile/pull/8750", "updateAuthor": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "created": "2017-01-13T14:41:48.000+0000", "updated": "2017-01-13T14:41:48.000+0000" }, { "id": "404911", "author": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "body": "And, other bugs fix + commit cleanup\r\nhttps://github.com/appcelerator/titanium_mobile/pull/8766", "updateAuthor": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "created": "2017-01-20T09:45:20.000+0000", "updated": "2017-01-20T09:45:20.000+0000" }, { "id": "405371", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "6_0_X: https://github.com/appcelerator/titanium_mobile/pull/8794", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-26T11:58:16.000+0000", "updated": "2017-01-26T11:58:16.000+0000" }, { "id": "405527", "author": { "name": "awaldman", "key": "awaldman", "displayName": "Andy Waldman", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Friday 27th January 2017\r\nENV:\r\nMacOS:10.12.1 \r\nXCODE: 8.2.1 GM (golden master) \r\nAPPC CLI Core: 6.1.0 \r\nAPPC CLI NPM: 4.2.8 \r\nSDK: 6.0.2.v20170126173908 \r\nStudio build: 4.8.1.201612050850 \r\nNPM: 2.15.9 \r\nNode: 4.5.0\r\nDevice: Google Pixel\r\nDevice Verison: 7.1\r\n\r\nStep 1) load the test app.js code :\r\n\r\n{code:java}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: '#fff'\r\n});\r\n \r\nvar view = Ti.UI.createView({\r\n height: Ti.UI.FILL,\r\n width: Ti.UI.FILL,\r\n layout: \"horizontal\",\r\n backgroundColor: \"gray\"\r\n});\r\n \r\nvar view1 = Ti.UI.createView({\r\n width: \"25%\",\r\n height: Ti.UI.FILL,\r\n backgroundColor: \"red\"\r\n});\r\n \r\nvar view2 = Ti.UI.createView({\r\n width: \"25%\",\r\n height: Ti.UI.FILL,\r\n backgroundColor: \"green\"\r\n});\r\n \r\nvar view3 = Ti.UI.createView({\r\n width: \"25%\",\r\n height: Ti.UI.FILL,\r\n backgroundColor: \"blue\"\r\n});\r\n \r\nvar view4 = Ti.UI.createView({\r\n width: \"25%\",\r\n height: Ti.UI.FILL,\r\n backgroundColor: \"yellow\"\r\n});\r\n \r\nview.add(view1);\r\nview.add(view2);\r\nview.add(view3);\r\nview.add(view4);\r\n \r\nwin.add(view);\r\n \r\nwin.open();\r\n{code}\r\n\r\nStep 2) Run the application\r\nStep 3) verified that the portrait version for horizontal view is working \r\nStep 4) test landscape in which it failed\r\nthis is because the yellow disappeared of screen and after testing the bug, it still had the yellow column, and so i believe that there is still a bug and so will reopen this ticket\r\n\r\n\r\n", "updateAuthor": { "name": "awaldman", "key": "awaldman", "displayName": "Andy Waldman", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-27T19:39:18.000+0000", "updated": "2017-01-27T19:39:18.000+0000" }, { "id": "405528", "author": { "name": "awaldman", "key": "awaldman", "displayName": "Andy Waldman", "active": true, "timeZone": "America/Los_Angeles" }, "body": "works portrait not landscape", "updateAuthor": { "name": "awaldman", "key": "awaldman", "displayName": "Andy Waldman", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-27T19:39:40.000+0000", "updated": "2017-01-27T19:39:40.000+0000" }, { "id": "405624", "author": { "name": "awaldman", "key": "awaldman", "displayName": "Andy Waldman", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This only fails when using the GOOGLE PIXLE device", "updateAuthor": { "name": "awaldman", "key": "awaldman", "displayName": "Andy Waldman", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-01-30T19:49:18.000+0000", "updated": "2017-01-30T19:49:18.000+0000" }, { "id": "406873", "author": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Environment:\r\nMacOS:10.12.1 \r\nXCODE: 8.2.1 GM (golden master) \r\nAPPC CLI Core: 6.1.0 \r\nAPPC CLI NPM: 4.2.8 \r\nSDK: 6.0.2.v20170213083448 \r\nStudio build: 4.8.1.201612050850 \r\nNPM: 2.15.9 \r\nNode: 4.5.0 \r\nDevice: Google Pixel and Google Pixel XL\r\nDevice Verison: 7.1\r\n\r\nTested with both Google Pixel XL and Pixel. The issue is seen only on the Pixel; it is not seen with the Pixel XL.", "updateAuthor": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-02-13T18:12:00.000+0000", "updated": "2017-02-13T18:12:00.000+0000" }, { "id": "406880", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/8835\r\n6_0_X: https://github.com/appcelerator/titanium_mobile/pull/8836", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-02-13T19:06:14.000+0000", "updated": "2017-02-13T19:06:14.000+0000" }, { "id": "407048", "author": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "body": "NPM Version: 2.15.9\r\nNode Version: 4.5.0\r\nMac OS: 10.12.1\r\nAppc CLI: 6.1.0\r\nAppc CLI NPM: 4.2.8\r\nPassed FR with this environment:\r\nNPM Version: 2.15.9\r\nNode Version: 4.5.0\r\nMac OS: 10.12.1\r\nAppc CLI: 6.1.0\r\nAppc CLI NPM: 4.2.8\r\nAppcelerator Studio, build: 4.8.1.201612050850\r\nTitanium SDK Version: 6.0.2 and 6.1.0\r\nAndroid Device: 7.1, 7.1.1, 6.0.1\r\n\r\nTested with Google Pixel, and Pixel XL. Four color bars were seen in either Portrait or Landscape mode, as expected. Gray bar was not seen, as expected. For future regression testing, this needs to the tested with Pixel at the minimum.", "updateAuthor": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-02-14T19:48:43.000+0000", "updated": "2017-02-14T19:48:43.000+0000" }, { "id": "407057", "author": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Fix is verified in SDK 6.0.2.v20170214112552, and\r\nFix is verified in SDK 6.1.0.v20170215102838.", "updateAuthor": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-02-14T21:52:11.000+0000", "updated": "2017-02-15T19:11:53.000+0000" }, { "id": "420087", "author": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "updateAuthor": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "created": "2017-05-22T01:50:14.000+0000", "updated": "2017-05-22T01:50:14.000+0000" }, { "id": "420096", "author": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "body": "I send PR after solving this problem.\r\nhttps://github.com/appcelerator/titanium_mobile/pull/9073", "updateAuthor": { "name": "engross", "key": "engross", "displayName": "Dongwoo Gim", "active": true, "timeZone": "Asia/Seoul" }, "created": "2017-05-22T03:45:13.000+0000", "updated": "2017-05-22T03:45:13.000+0000" } ], "maxResults": 13, "total": 13, "startAt": 0 } } }