{ "id": "109898", "key": "TIMOB-12790", "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": "15106", "description": "2013 Sprint 08", "name": "2013 Sprint 08", "archived": true, "released": true, "releaseDate": "2013-04-22" } ], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2013-04-09T22:50:33.000+0000", "created": "2013-02-19T23:40:31.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "android", "exalture", "regression" ], "versions": [], "issuelinks": [], "assignee": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-23T22:39:51.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": "h2. Bug\r\n\r\nTapping \"Next\" on soft keyboard to go to the next textfield dismisses the keyboard automatically. However this behavior is not present on 3.0.0.GA\r\n\r\nThis issue is also present if you select any other textfield that is not focused.\r\n\r\nh2. Test case\r\n\r\napp.js\r\n{code:lang=javascript|title=app.js}\r\nvar win = Ti.UI.createWindow({\r\n\theight: Ti.UI.FILL,\r\n\twidth: Ti.UI.FILL,\r\n\tbackgroundColor: \"#FFF\",\r\n\texitOnClose: true,\r\n\tfullscreen: false,\r\n});\r\n\r\nvar wrapper = Ti.UI.createView({\r\n\twidth: '100%',\r\n\theight: '100%',\r\n\tbackgroundColor: '#CCC',\r\n})\r\n\r\nvar textField1 = Ti.UI.createTextField({\r\n\twidth: 200,\r\n\theight: Ti.UI.SIZE,\r\n\ttop: 100,\r\n});\r\n\r\nvar textField2 = Ti.UI.createTextField({\r\n\twidth: 200,\r\n\theight: Ti.UI.SIZE,\r\n\ttop: 150,\r\n});\r\n\r\nwrapper.add(textField1);\r\nwrapper.add(textField2);\r\nwin.add(wrapper);\r\nwin.open();\r\n\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Textfield unfocused automatically", "creator": { "name": "ccavazos", "key": "ccavazos", "displayName": "César Cavazos", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ccavazos", "key": "ccavazos", "displayName": "César Cavazos", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Application type: mobile\r\nTitanium SDK: 3.1.0.v20130215185802 - githash=7a35d84\r\nAlloy Version: 1.0.1\r\nPlatform & version: Android - 4.0 and 4.1\r\nDevice: Galaxy Nexus 4.1.1 - Galaxy S3 4.0.4\r\nHost Operating System: OSX 10.8.2\r\nTitanium Studio: 3.0.2.201302041757", "comment": { "comments": [ { "id": "238959", "author": { "name": "ccavazos", "key": "ccavazos", "displayName": "César Cavazos", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Current workaround is to add the property softKeyboardOnFocus = Ti.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS to the textfield.", "updateAuthor": { "name": "ccavazos", "key": "ccavazos", "displayName": "César Cavazos", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-19T23:42:03.000+0000", "updated": "2013-02-19T23:42:03.000+0000" }, { "id": "242032", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reproducible with:\nTitanium Studio, build: 3.0.3.201302201202\nTitanium SDK, build: 3.1.0.v20130312161655\nDevice:\nNexus7 Android version: 4.2", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-13T18:13:04.000+0000", "updated": "2013-03-13T18:13:04.000+0000" }, { "id": "245703", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reproducible with:\nTested with:\nSDK: 3.1.0.v20130403114957\nStudio:3.1.0.201304011603\nDevice: LG-p970(v 2.2.2)", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-04T11:48:07.000+0000", "updated": "2013-04-04T11:48:07.000+0000" }, { "id": "246761", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is a behavior change caused by TIMOB-6367. A possible workaround is as suggested, set softKeyboardOnFocus to Ti.UI.Android.SOFT_KEYBOARD_SHOW_ON_FOCUS. Closing as won't fix.", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T22:50:00.000+0000", "updated": "2013-04-09T22:50:00.000+0000" }, { "id": "415479", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as Won't Fix with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-23T22:39:51.000+0000", "updated": "2017-03-23T22:39:51.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }