{ "id": "61309", "key": "TIMOB-677", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:53:53.000+0000", "created": "2011-04-15T02:34:13.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "ios", "tableview", "text", "widget" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:53:53.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}

You can't click on it. No keyboard show up.

\n
\n\nfunction addtextarea()\n{\n    var row = Ti.UI.createTableViewRow();\n    var note = Titanium.UI.createTextArea({\n        //color:'#336699',\n        height:35,\n        top:5,\n        height: 100,\n        width: 290,\n        bottom: 5,\n        hintText:'Put something interesting about this new person...',\n        borderStyle:Titanium.UI.INPUT_BORDERSTYLE_NONE\n    }); \n    row.add(note);\n    row.height = 'auto';\n    row.selectionStyle = Ti.UI.iPhone.TableViewCellSelectionStyle.NONE;\n    row.className = 'control';\n    return row;\n}\n\n// create table view data object\nvar data = [];\n\ndata[0] = Ti.UI.createTableViewSection({headerTitle:'Note'});\ndata[1] = addtextarea();\n\nvar tableView = Ti.UI.createTableView({\n    data:data,  \n    style: Titanium.UI.iPhone.TableViewStyle.GROUPED\n});\n
{html}", "attachment": [], "flagged": false, "summary": "Can't place TextArea in a TableView (Grouped Section) row", "creator": { "name": "ryang", "key": "ryang", "displayName": "Ryan G", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ryang", "key": "ryang", "displayName": "Ryan G", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "123785", "author": { "name": "ryang", "key": "ryang", "displayName": "Ryan G", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

\"value:\" is required in options for Text Areas. Solved that\nproblem.

\n

Resolved

{html}", "updateAuthor": { "name": "ryang", "key": "ryang", "displayName": "Ryan G", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:34:14.000+0000", "updated": "2011-04-15T02:34:14.000+0000" }, { "id": "123786", "author": { "name": "ryang", "key": "ryang", "displayName": "Ryan G", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Can't get the value of object in a row.

\n
\n\nsave.addEventListener('click', function()\n{\n    Ti.API.info(\"Adding\");\n    //alert('Added successfully!');\n    //win.close();\n    var noteValue = note.value;\n    Ti.API.info(\"Note: \"+noteValue);\n});\n
{html}", "updateAuthor": { "name": "ryang", "key": "ryang", "displayName": "Ryan G", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:34:14.000+0000", "updated": "2011-04-15T02:34:14.000+0000" }, { "id": "123787", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Resolved at some point.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:34:15.000+0000", "updated": "2011-04-15T02:34:15.000+0000" }, { "id": "123788", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Forgot to tag.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:34:15.000+0000", "updated": "2011-04-15T02:34:15.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }