{ "id": "84417", "key": "AC-2967", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-01-05T09:41:20.000+0000", "created": "2012-01-03T08:51:02.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:47:58.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "h2.Problem\r\n\r\nBack from a standby phone, [Titanium.UI.AlertDialog|http://developer.appcelerator.com/apidoc/mobile/1.2/Titanium.UI.AlertDialog-object] is no longer displayed on the screen.\r\n\r\nh2.Test Case\r\n\r\n+In the iOS device+ :\r\n\r\nRun the code below\r\nThe \"Alert Dialog\" opens\r\nLocking the phone\r\nUnlock the phone\r\nThe \"Alert Dialog\" is no longer present\r\n\r\n\r\n{code:title=app.js|borderStyle=solid}\r\n// this sets the background color of the master UIView (when there are no windows/tab groups on it)\r\nTitanium.UI.setBackgroundColor('#000');\r\n\r\nvar tabGroup = Titanium.UI.createTabGroup();\r\n\r\nvar win1 = Titanium.UI.createWindow({ \r\n title:'Tab 1',\r\n backgroundColor:'#fff'\r\n});\r\nvar tab1 = Titanium.UI.createTab({ \r\n icon:'KS_nav_views.png',\r\n title:'Tab 1',\r\n window:win1\r\n});\r\n\r\nvar alertDialog = Titanium.UI.createAlertDialog({\r\ntitle : \"Title\",\r\nmessage : \"Message\",\r\nbuttonNames : [\"Yes\", \"No\"]\r\n});\r\nalertDialog.show();\r\n\r\ntabGroup.addTab(tab1); \r\n\r\ntabGroup.open();\r\n\r\n\r\n{code} \r\n", "attachment": [], "flagged": false, "summary": "iOS: UI - AlertDialog is no longer displayed after unlocking the phone", "creator": { "name": "toutspeed", "key": "toutspeed", "displayName": "Anthony", "active": true, "timeZone": "Europe/Paris" }, "subtasks": [], "reporter": { "name": "toutspeed", "key": "toutspeed", "displayName": "Anthony", "active": true, "timeZone": "Europe/Paris" }, "environment": "** Titanium Mobile 1.8.0.1 (12/22/11 13:09 fbdc96f)\r\n** iOS 4.3.5\r\n** iPhone 4", "comment": { "comments": [ { "id": "177843", "author": { "name": "toutspeed", "key": "toutspeed", "displayName": "Anthony", "active": true, "timeZone": "Europe/Paris" }, "body": "MAJ", "updateAuthor": { "name": "toutspeed", "key": "toutspeed", "displayName": "Anthony", "active": true, "timeZone": "Europe/Paris" }, "created": "2012-01-03T08:52:39.000+0000", "updated": "2012-01-03T08:52:39.000+0000" }, { "id": "177844", "author": { "name": "toutspeed", "key": "toutspeed", "displayName": "Anthony", "active": true, "timeZone": "Europe/Paris" }, "body": "MAJ", "updateAuthor": { "name": "toutspeed", "key": "toutspeed", "displayName": "Anthony", "active": true, "timeZone": "Europe/Paris" }, "created": "2012-01-03T08:53:08.000+0000", "updated": "2012-01-03T08:53:08.000+0000" }, { "id": "178137", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Duplicate of TIMOB-6994. Closing", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2012-01-05T09:41:20.000+0000", "updated": "2012-01-05T09:41:20.000+0000" }, { "id": "281067", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "DUP issue. ", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2013-11-24T22:30:16.000+0000", "updated": "2013-11-24T22:30:16.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }