{ "id": "103062", "key": "TIMOB-11356", "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": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14165", "description": "2012 Sprint 21 API", "name": "2012 Sprint 21 API", "archived": true, "released": true, "releaseDate": "2012-10-22" }, { "id": "14273", "description": "2012 Sprint 21", "name": "2012 Sprint 21", "archived": true, "released": true, "releaseDate": "2012-10-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-10-13T00:16:18.000+0000", "created": "2012-10-10T18:17:55.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-review", "qe-testadded", "regression", "tabgroup" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [ { "id": "21883", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "103017", "key": "TIMOB-11340", "fields": { "summary": "Android: Can't add menu items to ActionBar-style tab group", "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": "21933", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "103166", "key": "TIMOB-11396", "fields": { "summary": "Android: Soft keyboard does not show when clicking on TextField", "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": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-10-25T11:17: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": "Related to the cloned issue, perhaps... When you focus a text field based tabgroup, then change tabs, the keyboard does not close.\r\n\r\nThis is a regression in 3.0. This behavior does not occur in 2.1.3.GA.\r\n\r\n{code}\r\n//\r\n// create base UI tab and root window\r\n//\r\nvar tg = Ti.UI.createTabGroup();\r\nvar win1 = Titanium.UI.createWindow({\r\n\ttitle : 'Tab 1',\r\n\tbackgroundColor : '#fff',\r\n\tlayout : 'vertical'\r\n});\r\n\r\nvar label1 = Titanium.UI.createLabel({\r\n\tcolor : '#999',\r\n\ttext : 'I am Window 1',\r\n\tfont : {\r\n\t\tfontSize : 20,\r\n\t\tfontFamily : 'Helvetica Neue'\r\n\t},\r\n\ttextAlign : 'center',\r\n\twidth : 'auto'\r\n});\r\n\r\nvar tf = Titanium.UI.createTextField({\r\n\thintText : 'Hello',\r\n\twidth : 300,\r\n\tcolor : 'white',\r\n\tbackgroundColor: '#333',\r\n});\r\n\r\n\r\nwin1.add(label1);\r\nwin1.add(tf);\r\n\r\nvar tab1 = Ti.UI.createTab({\r\n\ttitle : 'Quarks',\r\n\twindow : win1\r\n});\r\n\r\ntg.addTab(tab1);\r\n\r\nvar win2 = Titanium.UI.createWindow({\r\n\ttitle : 'Tab 2',\r\n\tbackgroundColor : '#f33',\r\n});\r\n\r\nvar tab2 = Ti.UI.createTab({\r\n\ttitle : 'Snoodles',\r\n\twindow : win2\r\n});\r\n\r\ntg.addTab(tab2);\r\ntg.open();\r\n{code}\r\n\r\nTested with SDK 3.0.0.v20121009034227.\r\nNexus 7 \r\nhtc 4G LTE somethingerather\r\nGalaxy SII\r\n\r\nh3. To Reproduce\r\n\r\n- Run sample code.\r\n- Click in text field.\r\n- Click \"Snoodles\".\r\n\r\nh3. Expected Behavior\r\n\r\nKeyboard is dismissed when the tab changes.\r\n\r\nh3. Actual Behavior\r\n\r\nThere's a big ol' keyboard in front of my beautiful red window.\r\n\r\n\r\n", "attachment": [], "flagged": false, "summary": "Android: Keyboard doesn't close in ActionBar-style tab group", "creator": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "223348", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "3.0.X PR: https://github.com/appcelerator/titanium_mobile/pull/3201\nMaster PR: https://github.com/appcelerator/titanium_mobile/pull/3186", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-13T00:23:19.000+0000", "updated": "2012-10-13T00:23:19.000+0000" }, { "id": "224911", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with:\r\nSDK:3.0.0.v20121024144610, 3.1.0.v20121024131714\r\nStudio: 3.0.0.201210220122\r\nDevice:HTC Desire V(Android 4.0.3)\r\n\r\nKeyboard gets closed in ActionBar-style tab group", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-25T11:17:34.000+0000", "updated": "2012-10-25T11:17:34.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }