{ "id": "105132", "key": "TIMOB-11802", "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": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14624", "description": "2012 Sprint 24 JS", "name": "2012 Sprint 24", "archived": true, "released": true, "releaseDate": "2012-12-03" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-11-28T05:58:09.000+0000", "created": "2012-11-16T17:56:30.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-and100112", "regression" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [ { "id": "23151", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "105478", "key": "TIMOB-11851", "fields": { "summary": "Android: hardware back key event not fired", "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" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "22899", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "84257", "key": "TIMOB-6870", "fields": { "summary": "Android: Some events not working on app's base window", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "23086", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "102703", "key": "TIMOB-11264", "fields": { "summary": "Android: Event \"closeFromActivity\" cannot be fired on Android", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-03-04T11:15:43.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": "Description:\r\n\"android:back\" event does not work on Android, so clicking hardware \"back\" button does not bring an alert with message \"Back button\".\r\n\r\nThis is a regression, does not occur on 2.1.4.\r\n\r\nSteps:\r\n1. Run the following code:\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\nwin.open();\r\n\r\nwin.addEventListener('android:back', function(){\r\n\talert('Back button');\r\n});\r\nwin.addEventListener('android:search', function(){\r\n\talert('Search');\r\n});\r\nwin.addEventListener('android:camera', function(){\r\n\talert('Camera');\r\n});\r\n{code}\r\n2. Press hardware \"back\" button\r\n\r\nExpected result:\r\nShould get an alert with message \"Back button\"\r\n\r\nActual result:\r\nNo alert", "attachment": [], "flagged": false, "summary": "Android: \"android:back\" event does not work", "creator": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested on:\r\nTitanium Studio, build: 3.0.0.201211131839\r\nTitanium SDK, build: 3.0.0.v20121113170203\r\nDevices: Samsung Galaxy SIII (4.0.4), Nexus 7 (4.1.2), Motorola RAZR i XT890 (4.0.4)", "comment": { "comments": [ { "id": "228321", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This regression is cause by [PR#3237|https://github.com/appcelerator/titanium_mobile/pull/3237]", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-21T23:31:03.000+0000", "updated": "2012-11-21T23:31:03.000+0000" }, { "id": "240523", "author": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Its a duplicate and fixed bug so closing it.\r\nEnvironment used for verification -\r\nTitanium SDK: 3.1.0.v20130228214607\r\nTitanium  Studio:3.0.2.201302141201\r\nDevice : Samung GALAXY Tab 620 Android 3.2", "updateAuthor": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-04T11:15:43.000+0000", "updated": "2013-03-04T11:15:43.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }