{ "id": "161795", "key": "TIMOB-23643", "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": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-08-11T10:57:21.000+0000", "created": "2016-07-14T20:30:03.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [], "issuelinks": [ { "id": "52209", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "161794", "key": "TIMOB-23642", "fields": { "summary": "Android: Ti.UI.View never fires postlayout event", "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-08-17T01:10:10.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": "Ti.UI.ScrollView should fire a postlayout event just like most of the other Ti.UI.View subclasses do. It never does, so any UI tests we have relying on post layout listeners time out on Android.\r\n\r\nhttp://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ScrollView-event-postlayout", "attachment": [], "flagged": false, "summary": "Android: Ti.UI.ScrollView never fires postlayout event", "creator": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "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": "395266", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I can't reproduce this, it seems to work fine?\r\n\r\n{code:js}\r\nvar win = Ti.UI.createWindow({backgroundColor: 'blue'}),\r\n sv = Ti.UI.createScrollView({backgroundColor: 'red'});\r\n\r\nsv.addEventListener('postlayout', function() {\r\n Ti.API.info('scrollView: postLayout');\r\n sv.backgroundColor = 'green';\r\n});\r\n\r\nwin.add(sv);\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-09-03T10:31:54.000+0000", "updated": "2016-09-03T10:33:20.000+0000" }, { "id": "411259", "author": { "name": "awaldman", "key": "awaldman", "displayName": "Andy Waldman", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I agree with Gary I could not reproduce this.", "updateAuthor": { "name": "awaldman", "key": "awaldman", "displayName": "Andy Waldman", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-03-10T18:40:34.000+0000", "updated": "2017-03-10T18:40:34.000+0000" }, { "id": "426182", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~lchoudhary] Please try to reproduce and let me know. ", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-08T17:22:01.000+0000", "updated": "2017-08-08T17:22:01.000+0000" }, { "id": "426187", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~emerriman], Could not reproduce the issue with 6.1.2.GA", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-08T17:51:06.000+0000", "updated": "2017-08-08T17:51:21.000+0000" }, { "id": "426531", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cannot reproduce, resolving as invalid.", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-11T10:57:21.000+0000", "updated": "2017-08-11T10:57:21.000+0000" }, { "id": "426823", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as invalid.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-08-17T01:10:10.000+0000", "updated": "2017-08-17T01:10:10.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }