{ "id": "62900", "key": "TIMOB-2268", "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": "11225", "name": "Release 1.5.0", "archived": true, "released": true, "releaseDate": "2010-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:58:36.000+0000", "created": "2011-04-15T03:15:12.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:58: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}

titanium_mobile / iphone / Classes /\nTiUIiPhoneNavigationGroup.m
\n...

\n

-(void)close:(TiWindowProxy)window\nwithObject:(NSDictionary)properties {

\n
\nUIViewController* windowController = [window controller];\nNSMutableArray* newControllers = [NSMutableArray arrayWithArray:controller.viewControllers];\nBOOL animated = (windowController == [newControllers lastObject]);\n[newControllers removeObject:windowController];\n[controller setViewControllers:newControllers animated:animated];\n\n[window retain];\n[window close:nil];\n[window autorelease];\n
\n

} ...

\n

\"animated\" value should be overridable by\n\"properties.animation\".

{html}", "attachment": [], "flagged": false, "summary": "TiUIiPhoneNavigationGroup \"close\" method ignore \"properties.animation\".", "creator": { "name": "yevhene", "key": "yevhene", "displayName": "yevhene", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "yevhene", "key": "yevhene", "displayName": "yevhene", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "127989", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Fixed by pull request https://github.com/appcelerator/titanium_mobile/pull/19,\nin commit 60d39d.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:15:13.000+0000", "updated": "2011-04-15T03:15:13.000+0000" }, { "id": "127990", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [24cf21112c54897ca5af843e9eaaf89a2315fb5a])\n[#2268] Test for popping top nav window without\nanimation. \nhttps://github.com/appcelerator/titanium_mobile/commit/24cf21112c54...

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:15:13.000+0000", "updated": "2011-04-15T03:15:13.000+0000" }, { "id": "127991", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Indeed, this allows turning off animations in KS now.

{html}", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:15:13.000+0000", "updated": "2011-04-15T03:15:13.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }