{ "id": "112777", "key": "TIMOB-13542", "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": "15400", "description": "2013 Sprint 08 API", "name": "2013 Sprint 08 API", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "15106", "description": "2013 Sprint 08", "name": "2013 Sprint 08", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-04-12T23:21:24.000+0000", "created": "2013-04-12T19:14:27.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "module_textfield", "qe-testadded", "regression", "release-note" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-09-26T07:32:34.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": "h5. Problem description\nWhen clicking on a non-focused TextField, the soft keyboard is not automatically shown.\n\nNot reproducible with TiSDK 3.0.2 GA - Regression\n\nh5. Steps to reproduce\n1. Create a new project with two text fields/ text areas (see sample code)\n2. Run the project\nResult: first text field is focused by default\n3. Click on the second field\nResult: second field get focused, but the soft keyboard does not show\n4. Click on the second field again\nResult: soft keyboard is now shown\n5. Click on the back button and then on the first field\nResult: soft keyboard is hidden, then clicking on the first field only the focus and the i-beam is moved, but no soft keyboard is shown. User has to click again on the field to have the keyboard being displayed.\n\nh6. Sample code\n{code}\nvar win = Titanium.UI.createWindow({ \n title:'Tab 1',\n backgroundColor:'white'\n});\n\n\nvar view = Ti.UI.createView({\n\twidth: '80%',\n\theight: '80%',\n\tbackgroundColor:'blue',\n\ttop:0\n})\n\nvar tf = Ti.UI.createTextField({\n\twidth:200,\n\ttop: 10,\n\theight:Ti.UI.SIZE,\n\tborderColor:'black',\n\tborderRadius:5,\n\t// backgroundColor:'white',\n});\n\nvar ta = Ti.UI.createTextArea({\n\twidth:200,\n\theight:Ti.UI.SIZE,\n\ttop:100,\n\t// backgroundColor:'white',\n\tborderColor:'black',\n\tborderRadius:5,\n});\n\nview.add(tf);\nview.add(ta);\n\nwin.add(view);\n\nwin.open();\n\n{code}", "attachment": [], "flagged": false, "summary": "Android: single click on a textField does not open the soft keyboard", "creator": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK: 3.1.0.v20130411190058\r\nAndroid tested: Google Nexus One 2.3.6\r\nAppcelerator Studio: 3.1.0.201304111438\r\nCLI version 3.1.0-cr", "comment": { "comments": [ { "id": "247343", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Behavior change due to TIMOB-6367. \nWorkaround set softKeyboardOnFocus to Titanium.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-04-12T21:05:22.000+0000", "updated": "2013-04-12T21:05:22.000+0000" }, { "id": "247378", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/4155", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-12T23:21:43.000+0000", "updated": "2013-04-12T23:21:43.000+0000" }, { "id": "247392", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "3_1_X PR: https://github.com/appcelerator/titanium_mobile/pull/4158", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-12T23:54:33.000+0000", "updated": "2013-04-12T23:54:33.000+0000" }, { "id": "247916", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with:\r\nSDK: 3.1.0 GA\r\nTitanium Studio:3.1.0.201304151600\r\nDevice: Samsung galaxy note(2.3.6)\r\nOS: OSX 10.7.5\r\n\r\nWorks as expected.", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-17T10:46:40.000+0000", "updated": "2013-04-17T10:46:40.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }