{ "id": "111073", "key": "TIMOB-13039", "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": null, "resolutiondate": null, "created": "2013-03-12T18:02:47.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "defect", "ios", "parity", "tableViewRow", "titanbeta" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:54.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h2.Problem\r\nA simple TableViewRow's title will not text wrap. Instead, it gets elipsized. In contrast, the same TableViewRow's title will wrap on Android, therefore, this is a parity issue.\r\n\r\nh2.Testcase\r\n{panel:title=app.js}\r\n{code}\r\nvar win1=Ti.UI.createWindow({\r\n backgroundColor:'#fff',\r\n layout:'vertical',\r\n navBarHidden:true,\r\n backgroundColor:'black'\r\n });\r\n\r\nvar MyListbox=Ti.UI.createTableView({backgroundColor:'white'});\r\n\r\nfor (var i=1; (i <= 3); i++)\r\n MyListbox.appendRow(Ti.UI.createTableViewRow({title:'This is a TableViewRow number '+i, hasDetail:true, height:Ti.UI.SIZE}));\r\n \r\nwin1.add(MyListbox);\r\n\r\nwin1.open();\r\n{code}\r\n{panel}\r\n", "attachment": [ { "id": "36266", "filename": "Screenshot_3_13_13_11_59_AM.png", "author": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-13T19:00:46.000+0000", "size": 374754, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: TableViewRow title text won't wrap", "creator": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "environment": "- iOS 6.0 (simulator)\r\n- Mac OSX 10.7.2\r\n- Titanium Mobile SDK 3.0.2.GA\r\n- Titanium Studio 3.0.2.201302191606\r\n\r\n", "comment": { "comments": [ { "id": "241853", "author": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested on Android and iOS simulator, with the above code and with horizontal wrap enabled same results are shown.\nTested on both 3.0.2 and 3.1.0", "updateAuthor": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-12T21:52:29.000+0000", "updated": "2013-03-12T21:52:29.000+0000" }, { "id": "241946", "author": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "body": "What does \"and with horizontal wrap enabled\" mean?\r\n\r\nI can send a screen shot showing the problem if need be (I don't seem to be able to attach an image to this ticket now, since there are comments on it).", "updateAuthor": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "created": "2013-03-13T12:16:41.000+0000", "updated": "2013-03-13T14:30:10.000+0000" }, { "id": "241991", "author": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I have verified the issue, horizontalWrap is a layout property, that determines whether the view has wrapping behaviour.", "updateAuthor": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-13T16:46:43.000+0000", "updated": "2013-03-13T16:46:43.000+0000" }, { "id": "242038", "author": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "body": "Just to clarify, when you said \"same results are shown\", you meant that you observed the results that I stated in the problem description, right? I just want to make sure you didn't the the \"same results\" in both Android and iPhone simulators.", "updateAuthor": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "created": "2013-03-13T18:40:47.000+0000", "updated": "2013-03-13T18:40:47.000+0000" }, { "id": "242039", "author": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Yes, I received the same results as your test.\n", "updateAuthor": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-13T18:43:00.000+0000", "updated": "2013-03-13T18:43:00.000+0000" }, { "id": "242041", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "@Shawn or @Jamie, can you post a link or attach an image (as appropriate)? If someone emails me the image, I can attach it. I think it would be helpful.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-13T18:49:24.000+0000", "updated": "2013-03-13T18:49:24.000+0000" }, { "id": "242045", "author": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Screenshot Attached", "updateAuthor": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-13T19:00:46.000+0000", "updated": "2013-03-13T19:00:46.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }