{ "id": "105087", "key": "TIMOB-11790", "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": "2013-08-14T21:21:33.000+0000", "created": "2012-11-15T21:42:53.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "SupportTeam", "allen-review", "core", "insight" ], "versions": [], "issuelinks": [ { "id": "22875", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "98612", "key": "TIMOB-10302", "fields": { "summary": "Android: Heavyweight window animations on open not working", "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": "31074", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "82944", "key": "TIMOB-6245", "fields": { "summary": "Android: Animations provided to Window.open() and close() on Lightweight windows aren't being applied", "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": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-20T22:10:57.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": "Note: Heavyweight windows are addressed in TIMOB-10302.\r\n\r\nh3. Issue\r\n\r\nAnimations on opening a lightweight window are not working. \r\n\r\nh3. Steps to Reproduce\r\n\r\n1. Run the sample code below\r\n\r\n{noformat}\r\n\r\n\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'white'\r\n});\r\n\r\nwin.open();\r\n\r\nwin.addEventListener('click', function(){\r\n \r\n var win1 = Ti.UI.createWindow({\r\n backgroundColor: 'red',\r\n left: 320\r\n \r\n });\r\n \r\n var slide_it_left = Titanium.UI.createAnimation();\r\n slide_it_left.left = 0; \r\n slide_it_left.duration = 300;\r\n \r\n win1.open(slide_it_left);\r\n \r\n});\r\n\r\n{noformat}\r\n\r\n2. No animation occurs. The new window is stuck at position 320.\r\n\r\n", "attachment": [], "flagged": false, "summary": "Android: Lightweight window animations on open not working", "creator": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "environment": "Titanium SDK: 2.1.1.GA\r\nPlatform OS: Android 4.0", "closedSprints": [ { "id": 3, "state": "closed", "name": "Release 3.0.0", "startDate": "2012-09-27T05:26:46.636Z", "endDate": "2012-10-08T20:05:00.000Z", "completeDate": "2012-12-20T17:03:19.403Z" } ], "comment": { "comments": [ { "id": "264447", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This works on the latest master (for 3.2.0)", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-01T16:56:22.000+0000", "updated": "2013-08-01T16:56:22.000+0000" }, { "id": "264471", "author": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "body": "This issue is probably irrelevant for 3.2 since lightweight windows are a legacy feature.", "updateAuthor": { "name": "mokesmokes", "key": "mokesmokes", "displayName": "Mark Mokryn", "active": true, "timeZone": "Asia/Jerusalem" }, "created": "2013-08-01T18:24:35.000+0000", "updated": "2013-08-01T18:28:11.000+0000" }, { "id": "264486", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "My mistake, seems to still be valid if we enable legacy mode.", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-01T18:39:40.000+0000", "updated": "2013-08-01T18:39:40.000+0000" }, { "id": "266512", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Duplicate of TIMOB-6245", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-08-14T21:21:33.000+0000", "updated": "2013-08-14T21:21:33.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }