[TIMOB-1551] iOS: Can't open modal window inside navigationGroup
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-07-25T17:11:28.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | Sindre Sorhus |
Assignee | Neeraj Gupta |
Created | 2011-04-15T02:55:49.000+0000 |
Updated | 2012-07-26T22:21:51.000+0000 |
Description
If you build you're app using an navigationGroup it's not possible to open a modal window.
If you try to open a modal window using the current window in the navigationGroup nothing happens, since you're supposed to use the navigationGroup to open the new window. And if you try to open it using the navigationGroup the modal property is ignored, since it's not supported for navigationGroup, and it just animates as usual.
Please fix this.
Testcase: http://pastebin.com/EV1gwQef">http://pastebin.com/EV1gwQef
Just use win2.open() instead of trying to use win1 to open it.
Still occurs with SDK 2.2.0.f9e938d.
Incorrectly uses
Ti.UI.Window.open()
. Does not take a parameter of the window TO open.