{ "id": "62769", "key": "TIMOB-2137", "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": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-07T23:48:24.000+0000", "created": "2011-04-15T03:11:36.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "core" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-07T23:48:24.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}

Demonstrated in the following code:

\r\n
\r\nvar win = Ti.UI.createWindow({backgroundColor:'white'});\r\nvar modal1 = Ti.UI.createWindow({backgroundColor:'blue', modal:true});\r\nvar modal2 = Ti.UI.createWindow({backgroundColor:'red', modal:true});\r\n\r\nvar open1 = Ti.UI.createButton({\r\n    title:'Open modal1',\r\n    width:200,\r\n    height:40\r\n});\r\nopen1.addEventListener('click', function() {\r\n    modal1.open();\r\n});\r\nwin.add(open1);\r\n\r\nvar open2 = Ti.UI.createButton({\r\n    title:'Open modal2',\r\n    width:200,\r\n    height:40\r\n});\r\nopen2.addEventListener('click', function() {\r\n    modal2.open();\r\n});\r\nmodal1.add(open2);\r\n\r\nvar close1 = Ti.UI.createButton({\r\n    title:'Close modal1',\r\n    top:40,\r\n    width:200,\r\n    height:40\r\n});\r\nclose1.addEventListener('click', function() {\r\n    modal1.close();\r\n});\r\nmodal2.add(close1);\r\n\r\nvar close2 = Ti.UI.createButton({\r\n    title:'Close modal2',\r\n    top:100,\r\n    width:200,\r\n    height:40\r\n});\r\nclose2.addEventListener('click', function() {\r\n    modal2.close();\r\n});\r\nmodal2.add(close2);\r\n\r\nwin.open();\r\n
{html}", "attachment": [], "flagged": false, "summary": "iOS: Opening a modal window over another modal causes issues", "creator": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "127605", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Watch \nhttps://github.com/appcelerator/titanium_mobile/tree/ios_window_ref...\nfor codefixes on this.

{html}", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:11:36.000+0000", "updated": "2011-04-15T03:11:36.000+0000" }, { "id": "127606", "author": { "name": "chris1", "key": "chris1", "displayName": "chris", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Hi, I just wanted to see if I'm understanding the milestone\nchanges/settings right. Am I correct to assume that the official\nrelease of 1.6 will contain the fix for this? This is something we\nneed, so I'm trying to assess if I should expect a fix for 1.6, or\nif a fix is not definite for 1.6 (and I should take a different\napproach until a fix is available). Thanks.

{html}", "updateAuthor": { "name": "chris1", "key": "chris1", "displayName": "chris", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:11:37.000+0000", "updated": "2011-04-15T03:11:37.000+0000" }, { "id": "127607", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This will not be fixed for 1.6.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:11:37.000+0000", "updated": "2011-04-15T03:11:37.000+0000" }, { "id": "209661", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Confirmed valid SDK 2.2.0.014b86f", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-26T11:46:29.000+0000", "updated": "2012-07-26T11:46:29.000+0000" }, { "id": "215674", "author": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "body": "Tested on the iOS simulator using TiSDK 2.2.0v20120821095711, issue still valid. ", "updateAuthor": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "created": "2012-08-22T14:24:29.000+0000", "updated": "2012-08-22T14:24:29.000+0000" }, { "id": "421343", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress or input.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-07T23:48:24.000+0000", "updated": "2017-06-07T23:48:24.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }