{ "id": "61102", "key": "TIMOB-470", "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": "11205", "name": "0.9.3", "archived": true, "released": true, "releaseDate": "2010-03-01" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:53:09.000+0000", "created": "2011-04-15T02:29:52.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:53:09.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
self explanatory
(from [aba993b6f6875d9a1355ffe112041af2123a5454])\n- added test for status bar in tiapp.xml for iphone (changed to\nblack for KS) - fixed textview return issue. closes #470 \nhttp://github.com/appcelerator/titanium_mobile/commit/aba993b6f6875...
This fix actually breaks another scenario when one wants to\nlisten to \"return\" event istead of getting the new line in the\ntextarea. Now it is impossible to tell when the keyboard \"Done\"\nbutton was pressed.
\nPlease see the following discussion for more information and\npossible solutions on how to implement this:
\n\nhttp://support.appcelerator.net/discussions/support/1981-093-textar...