{ "id": "87968", "key": "TIMOB-8015", "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": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2012-07-11T16:16:27.000+0000", "created": "2012-03-14T15:01:34.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "module_textarea", "qe-testadded" ], "versions": [ { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T23:33:12.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": "Steps to reproduce:\r\n\r\n1. Run the following app.js:\r\n{code:title=app.js}\r\nvar l1 = Titanium.UI.createLabel({\r\n height:Ti.UI.SIZE,\r\n\twidth:182,\r\n font:{fontSize:12,fontFamily:'ARIAL', fontWeight:'solid'},\r\n\tcolor:'#000',\r\n\ttextAlign:'left',\r\n\tborderWidth:0,\r\n\ttop:20,\r\n\tborderWidth:2,\r\n\tborderColor:'#bbb',\r\n\tborderRadius:10\t\r\n});\r\n\t\r\nvar tf = Titanium.UI.createTextArea({\r\n height:55,\r\n\twidth:200,\r\n font:{fontSize:12,fontFamily:'ARIAL', fontWeight:'solid'},\r\n color:'#000',\r\n textAlign:'left',\r\n\tcolor:'#777',\r\n\tpaddingLeft:0,\r\n\tborderWidth:0,\r\n\tborderStyle:Titanium.UI.INPUT_BORDERSTYLE_NONE,\r\n\ttop: 100,\r\n\tborderWidth:2,\r\n\tborderRadius:10\r\n});\r\n\r\ntf.scrollable = false;\r\n\r\ntf.addEventListener('change',function(e)\r\n{\r\n\tl1.text = tf.value;\r\n\t\r\n});\r\n\r\n\r\nvar win1 = Titanium.UI.createWindow({backgroundColor:'white'});\r\nwin1.add(l1);\r\nwin1.add(tf);\r\nwin1.addEventListener('click', function(e){\r\n\ttf.blur();\r\n});\r\nwin1.open();\r\n{code}\r\n\r\n2. Press on textArea\r\n\r\n*Actual:* Soft keyboard does not come up\r\n\r\n3. Next, press on textArea, drag down, and release\r\n\r\n*Actual:* Soft keyboard appears\r\n\r\n*Expected:* Soft keyboard should appear after pressing on textArea\r\n\r\n*Note:*\r\n* If tf.blur() is comment out, soft keyboard comes up fine\r\n* KS > Controls > Text Area > Basic works as expected\r\n* Code works fine in iOS", "attachment": [], "flagged": false, "summary": "Android: TextArea - Need to drag from TextArea in order to make soft keyboard appear", "creator": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "SDK build: 2.0.0.v20120314130253, 1.8.2, 1.7.5\r\nRuntime: V8, Rhino\r\nTitanium Studio, build: 2.0.0.201203132050\r\nDevice: Droid 1 (2.2.3), Galaxy Nexus (4.0.2)", "comment": { "comments": [ { "id": "201625", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Put this ticket on hold until we have a parity discussion on event bubbling.", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-05T12:23:22.000+0000", "updated": "2012-07-05T12:23:22.000+0000" }, { "id": "202783", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The click event should bubble up to the window. So Android behaves correctly in this test case. iOS has a different behavior because the click event for TextArea does not bubble up and this is a bug on iOS.", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-11T16:13:17.000+0000", "updated": "2012-07-11T16:13:17.000+0000" }, { "id": "203076", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-12T20:34:19.000+0000", "updated": "2012-07-12T20:34:19.000+0000" }, { "id": "411046", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T23:33:12.000+0000", "updated": "2017-03-09T23:33:12.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }