{ "id": "122692", "key": "TIMOB-15755", "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": "15711", "description": "2013 Sprint 24", "name": "2013 Sprint 24", "archived": true, "released": true, "releaseDate": "2013-11-29" }, { "id": "15712", "description": "2013 Sprint 24 API", "name": "2013 Sprint 24 API", "archived": true, "released": true, "releaseDate": "2013-11-29" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-11-27T01:25:24.000+0000", "created": "2013-11-20T09:21:52.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "enterprise", "module_textarea", "qe-3.2.0", "qe-testadded", "regression" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-02-20T10:36:38.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": "Working fine in Galaxy Nexus (4.0.4). and SDK 3.1.3.GA \nSteps to repro:\n(make sure SDK:3.2.0.v20131119142443)\n1. Run attached app on Nexus 7 (v4.3)\n2. Press the text area \n3. Press the return/Enter key on the keyboard\n\nActual:Return event does not get fired in Nexus 7 (v4.3)\nExpected: Event should get fired.\n\nNote: Device specific on Nexus 7 (v4.3)\n\n{code}\n\nvar _window = Titanium.UI.createWindow({ \n \n backgroundColor:'blue'\n});\n//_window.setBackgroundColor('blue');\n\t\t\n\t\tvar textArea = Ti.UI.createTextArea({\n\t\t\tvalue : 'TextArea',\n\t\t\ttop : '20%',\n\t\t\theight : '30%',\n\t\t\tleft : '10%',\n\t\t\tright : '10%'\n\t\t});\n\n\t\ttextArea.addEventListener('return', function() {\n\t\t\talert('return event fired');\n\t\t});\n\n\t\t_window.add(textArea); \n_window.open();\n{code}", "attachment": [ { "id": "44030", "filename": "ReturnEvent.zip", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-11-20T09:21:52.000+0000", "size": 3135079, "mimeType": "application/zip" } ], "flagged": false, "summary": "Android: Return event does not get fired in Nexus 7 (v4.3)", "creator": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "subtasks": [], "reporter": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "environment": "OSX: 10.8.5\r\nAppcelerator Studio: 3.2.0.201311200357\r\nSDK: 3.2.0.v20131119142443\r\nacs:1.0.7\r\nalloy:1.3.0\r\nnpm:1.3.2\r\ntitanium:3.2.0-alpha\r\ntitanium-code-processo:1.1.0-alpha\r\nDevice: Nexus 7 (v4.3)", "comment": { "comments": [ { "id": "281288", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I tested for different config's & below are my findings:\n\nh5.App built with 3.2.0.v20131122172908 sdk:\nGalaxy s4 (4.2.2)-- Good\nNexus 5 (4.4) -- Bad\nNexus 7 (4.2) -- Bad\nNexus 7 (4.3) -- Bad\nNote 2 (4.1.2) -- Good\nGalaxy s3 (4.0.4) -- Good\n\nh5.App built with 3.1.3.GA sdk:\nGalaxy s4 (4.2.2)-- Good\nNexus 5 (4.4) -- Good\nNexus 7 (4.2) -- Good\nNexus 7 (4.3) -- Good\nNote 2 (4.1.2) -- Good\nGalaxy s3 (4.0.4) -- Good\n\n\nEnvironment:\nAppcel Studio : 3.2.0.201311221207\nTi SDK : 3.2.0.v20131122172908\nMac OSX : 10.8.5\nAlloy : 1.3.0-alpha6\nCLI - 3.2.0-alpha", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-25T23:52:07.000+0000", "updated": "2013-11-25T23:52:07.000+0000" }, { "id": "281588", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR https://github.com/appcelerator/titanium_mobile/pull/5035", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-27T01:25:07.000+0000", "updated": "2013-11-27T01:25:07.000+0000" }, { "id": "281669", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "3.2.X PR: https://github.com/appcelerator/titanium_mobile/pull/5041", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-27T18:08:31.000+0000", "updated": "2013-11-27T18:08:31.000+0000" }, { "id": "281719", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix. We get a return event successfully.\r\nClosing.\r\n\r\nEnvironment:\r\nAppcel Studio : 3.2.0.201311261642\r\nTi SDK : 3.2.0.v20131127110843\r\nMac OSX : 10.8.5\r\nAlloy : 1.3.0 from github\r\nCLI - 3.2.0-beta\r\nNexus 5 - android 4.4", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-27T21:41:34.000+0000", "updated": "2013-11-27T21:41:34.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }