[TIMOB-2629] iOS: Calling "Close" on a NavigationGroup Gives Inconsistent Animation from Back Button
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-05-22T21:00:58.000+0000 |
Affected Version/s | Release 1.5.1 |
Fix Version/s | Release 2.0.1 |
Components | iOS |
Labels | qe-port |
Reporter | Dawson Toth |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:25:17.000+0000 |
Updated | 2012-08-28T11:40:36.000+0000 |
Description
Assume "var navGroup = Ti.UI.iPhone.createNavigationGroup();" and "var win = Ti.UI.createWindow();".
Calling "navGroup.close(win)" causes "win" to turn into a black box before the slide animation begins. If the user presses the Back button in the top left, the animation plays properly. It is only when manually calling "navGroup.close(win)" that this shows up.
Seen in Ti Mobile 1.5.1. Demo project attached.
Attachments
File | Date | Size |
---|---|---|
navigationgroupclosingwindowbug.zip | 2011-04-15T03:25:18.000+0000 | 108037 |