{ "id": "61452", "key": "TIMOB-820", "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": "11223", "name": "Release 1.3.0", "archived": true, "released": true, "releaseDate": "2010-05-05" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:54:20.000+0000", "created": "2011-04-15T02:37:10.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "bfreedman(atappcelerator)", "key": "bfreedman(atappcelerator)", "displayName": "bfreedman (at appcelerator)", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:54:20.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}

from ticket:

\n

http://helpdesk.appcelerator.net/tickets/2126

\n

the text area looks correct but as you type into it (with\nmultiple rows of text) the text disappears upward into the\ntextarea. here's a reproducible test case:

\n

var win = Titanium.UI.createWindow();

\n

var ta1 = Titanium.UI.createTextArea({

\n
\nvalue:'I am a textarea',\nheight:200,\nwidth:300,\ntop:60,\nfont:{fontSize:20,fontFamily:'Marker Felt', fontWeight:'bold'},\ncolor:'#888',\ntextAlign:'left',\nappearance:Titanium.UI.KEYBOARD_APPEARANCE_ALERT,   \nkeyboardType:Titanium.UI.KEYBOARD_NUMBERS_PUNCTUATION,\nreturnKeyType:Titanium.UI.RETURNKEY_EMERGENCY_CALL,\nborderWidth:2,\nborderColor:'#bbb',\nborderRadius:5,\nsuppressReturn:false\n
\n

}); win.add(ta1);
\nwin.open();

{html}", "attachment": [], "flagged": false, "summary": "textarea height is not being respected (iPad)", "creator": { "name": "nwright", "key": "nwright", "displayName": "Nolan Wright", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nwright", "key": "nwright", "displayName": "Nolan Wright", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "124128", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [a819ed67569afff8c3dffdb8631c86ad22ef6ee8])\nCloses #820 . For some reason SetView positionRect\nwasn't doing the job on the iPad. Since this happens within a view,\nsetFrame should work fine. \nhttp://github.com/appcelerator/titanium_mobile/commit/a819ed67569af...

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:37:10.000+0000", "updated": "2011-04-15T02:37:10.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }