{ "id": "84085", "key": "TIMOB-6782", "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": "15107", "description": "2013 Sprint 09", "name": "2013 Sprint 09", "archived": true, "released": true, "releaseDate": "2013-05-06" } ], "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": "2013-04-26T07:43:54.000+0000", "created": "2011-12-19T18:21:55.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [], "assignee": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-29T17:56:36.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": "h4. Expected Behavior\r\nWhen a textField is focused, the Keyboard needs to appear on the window\r\n\r\nh4. Actual Behavior\r\nWhen the textfield is selected, the keyboard is not appearing \r\n\r\nh4. Test Case\r\n{code}\r\nTitanium.UI.setBackgroundColor('#000');\r\n\r\n\r\n\r\n//\r\n// create base UI tab and root window\r\n//\r\nvar win1 = Titanium.UI.createWindow({ \r\n title:'Tab 1',\r\n backgroundColor:'#fff'\r\n});\r\n\r\n\r\nvar label=Ti.UI.createTextField({\r\n\theight:40,\r\n\twidth:60,\r\n\ttop:40,\r\n})\r\n\r\nlabel.addEventListener('focus',function(e){\r\n\talert('return fired');\r\n})\r\n\r\n// open tab group\r\nwin1.add(label);\r\nwin1.open();\r\n{code}\r\n\r\nh4. Attachments\r\nOn Android 2.3.3 the keyboard show good\r\nOn Android 4 the keyboard is not appear\r\n", "attachment": [ { "id": "24782", "filename": "Screen Shot 2011-12-19 at 7.36.21 PM.png", "author": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "created": "2011-12-19T18:21:55.000+0000", "size": 97153, "mimeType": "image/png" }, { "id": "24783", "filename": "Screen Shot 2011-12-19 at 8.20.42 PM.png", "author": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "created": "2011-12-19T18:21:55.000+0000", "size": 74382, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: ICS: Keyboard doesn't show when TextField is selected", "creator": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "subtasks": [], "reporter": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "environment": "Titanium SDK version: 1.7.5 / 1.8.0.1 \r\nPlatform OS: Android\r\nPlatform OS Version: 4.0 \r\nDevice Details: simulator \r\nHost Operating System: OSX 10.7.2\r\nTitanium Studio Build 1.0.6.201110251616", "comment": { "comments": [ { "id": "176781", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This issue is 4.0 emulator only. It works fine on 4.0 device.", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-20T15:57:00.000+0000", "updated": "2011-12-20T15:57:00.000+0000" }, { "id": "249098", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "cannot reproduce\r\n\r\nTested with\r\nTitanium Studio, build: 3.0.1.201212181159\r\nTitanium SDK version: 3.1.0\r\nDevice: Samsung galaxy s duos Android version: 4.0.4", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-26T07:43:54.000+0000", "updated": "2013-04-26T07:43:54.000+0000" }, { "id": "416217", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-29T17:56:36.000+0000", "updated": "2017-03-29T17:56:36.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }