{ "id": "62102", "key": "TIMOB-1470", "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": [ { "id": "11225", "name": "Release 1.5.0", "archived": true, "released": true, "releaseDate": "2010-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:56:15.000+0000", "created": "2011-04-15T02:53:43.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "defect" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:56:15.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}

If a heavyweight window is closed via back instead of close, it\nwon't reopen

\n
\nvar win = Titanium.UI.createWindow({backgroundColor: 'black'});\nvar win2 = Ti.UI.createWindow({backgroundColor: 'blue'});\n \nvar btn = Ti.UI.createButton({title: 'open win'});\nbtn.addEventListener('click', function(){\n    win2.open({navBarHidden: true});\n    win2.addEventListener('click', function(){win2.close()});\n})\nwin.add(btn);\nwin.open();\n
{html}", "attachment": [], "flagged": false, "summary": "Android: Window Closed with Back Button Won't Reopen", "creator": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "125783", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [2ebb4412751cfbfa575843b84925cf2fb213cabe])\n[#1470 state:fixed-in-qa] Opened flag wasn't\ngetting set to false if closed from TiActivity with back button\n\nhttp://github.com/appcelerator/titanium_mobile/commit/2ebb4412751cf...

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:53:43.000+0000", "updated": "2011-04-15T02:53:43.000+0000" }, { "id": "125784", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

confirmed fixed 1.4.1
\nValid, needs testcase.

{html}", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:53:44.000+0000", "updated": "2011-04-15T02:53:44.000+0000" }, { "id": "125785", "author": { "name": "lukasz", "key": "lukasz", "displayName": "Lukasz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

I found similar problem, but this time with TabGroup instead\nWindow. New ticket: \nhttps://appcelerator.lighthouseapp.com/projects/32238-titanium-mobi...

{html}", "updateAuthor": { "name": "lukasz", "key": "lukasz", "displayName": "Lukasz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:53:44.000+0000", "updated": "2011-04-15T02:53:44.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }