{ "id": "155826", "key": "TIMOB-20600", "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": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-03-22T13:37:32.000+0000", "created": "2016-03-18T13:25:57.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "close", "window", "windows_phone" ], "versions": [ { "id": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-04-12T20:43:21.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "It's affected 5.2.0. \r\n\r\nUse case (working on ios/android):\r\n\r\nWindow_1 opens Window_2 -> Window_2 opens Window_3 -> Window_3 closes Window_2 -> App throws unknown exception.\r\n\r\n*index.js:*\r\n{code:javascript}\r\nfunction onClick(e) {\r\n var c = Alloy.createController('second', {\r\n \tprevWin: $.win\r\n }); \r\n var w = c.getView();\r\n w.open();\r\n}\r\n$.win.open();\r\n{code}\r\n\r\n*index.xml:*\r\n{noformat}\r\n\r\n \r\n\t\t