{ "id": "115684", "key": "TIMOB-14157", "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": null, "resolutiondate": null, "created": "2013-06-07T20:12:13.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:33.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Test case:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'yellow',\r\n\tfullscreen : false\r\n});\r\n\r\nvar view = Ti.UI.createView({\r\n\tbottom : 10,\r\n\theight : 400,\r\n\twidth : 500,\r\n\tbackgroundColor : 'blue'\r\n});\r\n\r\nvar gardenTextField = Ti.UI.createTextField({\r\n\ttextAlign : Ti.UI.TEXT_ALIGNMENT_CENTER,\r\n\tvalue : \"gardenName\",\r\n\teditable : true,\r\n\tcolor : 'black',\r\n\tbackgroundColor : 'white',\r\n\tleft : 10,\r\n\tbottom : 10,\r\n\tpaddingLeft : 8,\r\n\tpaddingRight : 8,\r\n\twidth : 400,\r\n\theight : 100,\r\n\tmaxLength : -1\r\n});\r\n\r\nview.add(gardenTextField);\r\nwin.add(view);\r\nwin.open();\r\n{code}\r\n\r\nSteps to reproduce:\r\n1. Run the above code.\r\n2. Click on the textfield. The soft keyboard shows and does not cover the textfield.\r\n3. Dismiss the keyboard.\r\n4. Click on the textfield.\r\n\r\nExpect behavior: the soft keyboard shows and does not cover the textfield.\r\nActual behavior: the soft keyboard covers the textfield.\r\n\r\nOnly reproduce on Nexus 10 (4.2).\r\nCannot reproduce on Nexus 7 (4.1), Galaxy Tab 10.1(3.2).", "attachment": [], "flagged": false, "summary": "Android: TextField: Nexus 10: soft keyboard covers the textfield when using Ti.UI.TEXT_ALIGNMENT_CENTER/RIGHT in HW window", "creator": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Nexus 10 (4.2)", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }