{ "id": "93674", "key": "TIMOB-9720", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2018-06-29T20:45:49.000+0000", "created": "2012-06-22T02:26:17.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api", "qe-and060112" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": null, "updated": "2018-06-29T20:45:49.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": "This is not a regression. It exists as far as 1.8.2\r\nSteps to reproduce:\r\n1) Use the below code:\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\nwin.backgroundColor= 'red';\r\n\r\n\t\tvar tf = Titanium.UI.createTextField({\r\n\t\t\t\tbackgroundColor: \"#fff\",\r\n\t\t\t\twidth : 250,\r\n\t\t\t\theight : 80,\r\n\t\t\t\tfocusable : true,\r\n\t\t\t});\r\n\t\twin.add(tf);\r\n\t\t\t\r\n\t\ttf.addEventListener('focus', function() {\r\n\t\t\t\talert('Focus fired');\r\n\t\t\t});\r\nwin.open();\t\r\n{code}\r\nIt creates a textfield on window with its focusable property to true.\r\n2) Run the app.\r\n\r\nExpected result:\r\nThe soft keyboard should be displayed with the app running.\r\n\r\nActual result:\r\nNo soft keyboard is displayed unless user clicks on textfield.", "attachment": [], "flagged": false, "summary": "Android: Textfield:Soft keyboard is not displayed after focus event fired,one more click is needed for its display.", "creator": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested with Titanium SDK: 2.1.0.v20120621184154\r\nTested with Titanium  Studio: 2.1.0.201206211609\r\nDevice - Android 2.2.2 LG-P970,Android 4.0 samsung galaxy nexus.\r\nMachine OS - MAC 10.7.3", "comment": { "comments": [ { "id": "199768", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is probably related to another ticket where focus event is not firing for the text field.", "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-22T11:33:29.000+0000", "updated": "2012-06-22T11:33:29.000+0000" }, { "id": "219224", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested on 2.1.2 GA and 2.1.3.v20120915120319, Galaxy note(v 2.3.6), The keyboard is popped up only when app is launched in portrait mode. If the app is launched in landscape mode, keyboard is not popped up.", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-17T02:02:08.000+0000", "updated": "2012-09-17T02:02:08.000+0000" }, { "id": "239789", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "issue reproduces with sdk 3.0.2 and 3.1.0 .", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-26T11:49:19.000+0000", "updated": "2013-02-26T11:49:19.000+0000" }, { "id": "438872", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cannot reproduce in Titanium 6.0.2. Assumed fixed.", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-06-29T20:45:44.000+0000", "updated": "2018-06-29T20:45:44.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }