{ "id": "63261", "key": "TIMOB-2629", "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": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-05-22T21:00:58.000+0000", "created": "2011-04-15T03:25:17.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "qe-port" ], "versions": [ { "id": "11231", "name": "Release 1.5.1", "archived": true, "released": true, "releaseDate": "2011-01-24" } ], "issuelinks": [], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-08-28T11:40:36.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
Assume \"var navGroup = Ti.UI.iPhone.createNavigationGroup();\"\r\nand \"var win = Ti.UI.createWindow();\".
\r\nCalling \"navGroup.close(win)\" causes \"win\" to turn into a black\r\nbox before the slide animation begins. If the user presses the Back\r\nbutton in the top left, the animation plays properly. It is only\r\nwhen manually calling \"navGroup.close(win)\" that this shows up.
\r\nSeen in Ti Mobile 1.5.1. Demo project attached.