Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1551] iOS: Can't open modal window inside navigationGroup

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2012-07-25T17:11:28.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsiOS
Labelsapi
ReporterSindre Sorhus
AssigneeNeeraj Gupta
Created2011-04-15T02:55:49.000+0000
Updated2012-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

Comments

  1. eddiemonge 2011-04-15

    Just use win2.open() instead of trying to use win1 to open it.

  2. Stephen Tramer 2012-07-25

    Still occurs with SDK 2.2.0.f9e938d.
  3. Stephen Tramer 2012-07-25

    Incorrectly uses Ti.UI.Window.open(). Does not take a parameter of the window TO open.

JSON Source