Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1216] Open a modal window inside of a modal causes the parent modal to be non responsive .

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2012-07-20T12:49:57.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelscore
ReporterSj101
AssigneeNeeraj Gupta
Created2011-04-15T02:46:51.000+0000
Updated2017-03-09T23:27:09.000+0000

Description

If you open a modal window from a modal window, and once the sub-modal window is closed, the parent modal window doesn't response to any clicks.

Attached sample app.js. Click on the button to open modal window and another button to open the sub modal window. Then close the sub modal window and try to click the button again, it's unclickable.

iPhone 4.0 sdk (had this same problem with 3.1.3) with the latest build from head.

Attachments

FileDateSize
app.js2011-04-15T02:46:52.000+00002557

Comments

  1. Sj101 2011-04-15

    I had this working in 1.3.1 by closing the first modal window before opening the second. In 1.3.2 (blog post build) and after-on all crash the app with that method.

    Here's the code for that method: http://pastie.org/1024049">http://pastie.org/1024049 The only change was to add line 92 to close the current modal. Everything else is the same as the app.js submitted.

  2. Vishal Duggal 2012-07-20

    [WARN] Trying to open a new window from within a Modal Window is unsupported.
  3. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source