{ "id": "62641", "key": "TIMOB-2009", "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": "11225", "name": "Release 1.5.0", "archived": true, "released": true, "releaseDate": "2010-12-14" } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T03:07:59.000+0000", "created": "2011-04-15T03:07:59.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "android", "crash", "defect", "focus", "keyboard", "regression" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-02T19:25:22.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": "{html}

1.4.2.4ce7ff G1 running 1.6, 2.2 simulator

\n

1.use this code:

\n

Titanium.UI.setBackgroundColor('#000');

\n

var w = Ti.UI.createWindow({

\n
\nfullscreen: true,\ntitle: 'test'\n
\n

});

\n

var ta = Titanium.UI.createTextArea({

\n
\nvalue: \"Now is the time for all good men to come to the aid of their country.\",\nheight:100, width:300, top: 0, left: 0,\nkeyboardType:Titanium.UI.KEYBOARD_DEFAULT\n
\n

}); w.add(ta);
\nw.open();

\n

2.open on a device or sim
\nresults: crash pastie here: http://pastie.org/1201676

\n

notes: keyboard type does not seem to matter

\n

regression, this worked as of #1537 (sept\n1) Removing keyboard line does not affect behavior.

{html}", "attachment": [], "flagged": false, "summary": "Android: crash when setting keyboard focus on text area ", "creator": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "127245", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

closing as invalid because my test case sucks

{html}", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:07:59.000+0000", "updated": "2011-04-15T03:07:59.000+0000" }, { "id": "127246", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Just updated fields so it wouldn't be lost in future queries.\nLeaving invalid.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:08:00.000+0000", "updated": "2011-04-15T03:08:00.000+0000" }, { "id": "408454", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closed as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-02T19:25:22.000+0000", "updated": "2017-03-02T19:25:22.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }