{ "id": "170435", "key": "TIMOB-25557", "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": "19957", "description": "", "name": "Release 7.1.0", "archived": false, "released": true, "releaseDate": "2018-03-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-02-22T00:25:35.000+0000", "created": "2017-11-23T11:04:47.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "rect", "view" ], "versions": [], "issuelinks": [ { "id": "56175", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "inwardIssue": { "id": "166369", "key": "TIMOB-24442", "fields": { "summary": "Android: Ti.UI.View.rect is not updated after animation", "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 } } } }, { "id": "56305", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "171077", "key": "TIMOB-25767", "fields": { "summary": "Android: Animated views should retain their initial properties", "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": "2018-02-22T00:26:23.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": [], "flagged": false, "summary": "Android: View rect x and y are inconsistent", "creator": { "name": "gduthieuw", "key": "gduthieuw", "displayName": "Guile", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "gduthieuw", "key": "gduthieuw", "displayName": "Guile", "active": true, "timeZone": "Europe/Berlin" }, "environment": "From SDK 6.0.3 to 6.3.0", "closedSprints": [ { "id": 997, "state": "closed", "name": "2018 Sprint 03 SDK", "startDate": "2018-01-28T16:23:12.178Z", "endDate": "2018-02-11T16:23:00.000Z", "completeDate": "2018-02-12T04:22:49.354Z", "originBoardId": 114 }, { "id": 984, "state": "closed", "name": "2017 Sprint 26 SDK", "startDate": "2017-12-17T22:34:59.726Z", "endDate": "2017-12-31T22:34:00.000Z", "completeDate": "2018-01-02T16:57:05.655Z", "originBoardId": 114 }, { "id": 985, "state": "closed", "name": "2018 Sprint 01 SDK", "startDate": "2017-12-31T16:58:54.631Z", "endDate": "2018-01-14T16:58:00.000Z", "completeDate": "2018-01-17T22:44:27.028Z", "originBoardId": 114 }, { "id": 990, "state": "closed", "name": "2018 Sprint 02 SDK", "startDate": "2018-01-14T22:48:43.544Z", "endDate": "2018-01-28T22:48:00.000Z", "completeDate": "2018-01-29T16:22:42.911Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "431213", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-11-23T12:19:58.000+0000", "updated": "2017-11-23T12:19:58.000+0000" }, { "id": "431214", "author": { "name": "gduthieuw", "key": "gduthieuw", "displayName": "Guile", "active": true, "timeZone": "Europe/Berlin" }, "body": "I know that, and I have to manage the contentOffset in a Scrollview. But this is inconsistent with documentation and is a BC break.\r\nMaybe rect could also contain \"absolute\" x and y (which can be very useful too) ?", "updateAuthor": { "name": "gduthieuw", "key": "gduthieuw", "displayName": "Guile", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-11-23T13:18:04.000+0000", "updated": "2017-11-23T13:18:04.000+0000" }, { "id": "431246", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/9626\r\n\r\nClassic version of the test above:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'gray'\r\n});\r\nvar vw = Ti.UI.createView({\r\n\ttop: 100,\r\n\tleft: 100,\r\n\twidth: 200,\r\n\theight: 200,\r\n\tbackgroundColor: \"blue\"\r\n});\r\n\r\nvar inner = Ti.UI.createView({\r\n\ttop: 20,\r\n\tleft: 20,\r\n\twidth: 30,\r\n\theight: 30,\r\n\tbackgroundColor: \"yellow\"\r\n});\r\n\r\nvw.add(inner);\r\n\r\nwin.add(vw);\r\n\r\nwin.addEventListener('click', function(e) {\r\n\tif (OS_IOS) {\r\n\t\tTi.API.info('Rect : ' + JSON.stringify({\r\n\t\t\tx: e.source.rect.x,\r\n\t\t\ty: e.source.rect.y,\r\n\t\t\twidth: e.source.rect.width,\r\n\t\t\theight: e.source.rect.height\r\n\t\t}));\r\n\t} else {\r\n\t\tTi.API.info('Rect : ' + JSON.stringify(e.source.rect));\r\n\t}\r\n});\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-11-25T13:32:08.000+0000", "updated": "2017-11-25T13:32:08.000+0000" }, { "id": "434313", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/9816", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-02-09T22:04:16.000+0000", "updated": "2018-02-09T22:04:16.000+0000" }, { "id": "434747", "author": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Fix was found in SDK 7.1.0.v20180221140035", "updateAuthor": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-02-22T00:26:23.000+0000", "updated": "2018-02-22T00:26:23.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }