{ "id": "82944", "key": "TIMOB-6245", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2013-08-14T23:21:17.000+0000", "created": "2011-11-20T23:43:13.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "insight" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [ { "id": "31074", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "105087", "key": "TIMOB-11790", "fields": { "summary": "Android: Lightweight 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 } } } } ], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-22T18:22:27.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": "animation properties or proxy given to open() or close() methods on a LW window are not supported currently in 1.8.\r\n\r\nFROM DUPLICATE TIMOB-11790:\r\n\r\nNote: 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: Animations provided to Window.open() and close() on Lightweight windows aren't being applied", "creator": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "266524", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~bdawson] That was my question to [~pwang]. I believe we should \"not fix\" this.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-14T21:38:02.000+0000", "updated": "2013-08-14T21:38:02.000+0000" }, { "id": "266563", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Since LW window is deprecated in 3.2.0, I think we should not add any new feature to it. I agree to mark this ticket as \"won't fix\".", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-14T23:11:04.000+0000", "updated": "2013-08-14T23:11:04.000+0000" }, { "id": "414861", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue will not fix and with reference to the above comments. LW window has been deprecated.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-22T18:22:27.000+0000", "updated": "2017-03-22T18:22:27.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }