{ "id": "62550", "key": "TIMOB-1918", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "11258", "description": "Holding Pen for Triaged Issues", "name": "Backlog", "archived": false, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-15T03:05:34.000+0000", "created": "2011-04-15T03:05:34.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "feature", "training" ], "versions": [], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-05T21:39:02.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}
This is happening because of automatic wordwrap which, in the\nabsence of any spaces, is breaking on the first period:\n(app.js)
\n\nTitanium.UI.setBackgroundColor('#000');\nvar win = Titanium.UI.createWindow({ \n title:'Test',\n backgroundColor:'#fff',\n fullscreen: true,\n exitOnClose: true\n});\n\nvar l = Ti.UI.createLabel({\n text: 'xxx.yyyyyyy@zzzzzzzzzzz.com',\n width: 100, height:40,top:0, left:0\n});\nwin.add(l);\nwin.open();
\n
\nObviously this is not what a user would want to see.
(from [d30a188b8f19533d6556dab2dcac18c800b4c932])\n[#1918 state:fixed-in-qa] New wordWrap &\nellipsize properties for Label, to enable developer to control if\nwrapping occurs (which it does by default) and whether to\nautomatically show an ellipsis at the end of the view if text is\ntoo long to show in its entirety. \nhttp://github.com/appcelerator/titanium_mobile/commit/d30a188b8f195...
Let's keep this open until we smooth out the final api\ndetails.
(from [2373d789bc97fd4caa078f1ab8b203e146602b4d])\n[#1918] Also added ellipsize to\nTextField/TextArea per customer request \nhttp://github.com/appcelerator/titanium_mobile/commit/2373d789bc97f...
(from [d2cfa0c73e527044e0ab0e6292aa210820a5cbc7])\n[#1918] Also added ellipsize to\nTextField/TextArea per customer request \nhttp://github.com/appcelerator/titanium_mobile/commit/d2cfa0c73e527...
(from [c5023655c6d3a11bffea1196b2b0d5fe36e619c6])\n[#1918] Also added ellipsize to\nTextField/TextArea per customer request \nhttp://github.com/appcelerator/titanium_mobile/commit/c5023655c6d3a...