{ "id": "92232", "key": "TIMOB-9212", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13400", "description": "Sprint 2012-12 Mobile Web", "name": "Sprint 2012-12 MW", "archived": true, "released": true, "releaseDate": "2012-06-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-06-05T14:23:16.000+0000", "created": "2012-05-23T14:21:56.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "regression" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [ { "id": "17639", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "92597", "key": "TIMOB-9327", "fields": { "summary": "MobileWeb: AlertDialog message gets truncated", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-06-26T16:59:16.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "WordWrap was working in 2.0.1.GA2 but is not working in TiSDK 2.1.0.v20120522144410\r\n\r\nh4. Steps to reproduce:\r\nStep 1: run the code below\r\nStep 2: notice that the text is not wrapping\r\n\r\n{code:js}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'green'\r\n});\r\nwin.open();\r\n\r\nvar label = Ti.UI.createLabel({\r\n\ttext: \"One Two Three Four Five\",\r\n\twidth: 100,\r\n\theight: 50,\r\n\tfont: {fontSize: 16},\r\n\twordWrap: true,\r\n\tbackgroundColor: 'red'\r\n});\r\nwin.add(label);\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "MobileWeb: Label - wordWrap is not working", "creator": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 2.1.0.v20120522144410\r\nSafari 5.1.5", "comment": { "comments": [ { "id": "197171", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "There are a couple other related issues including labels not wrapping properly in AlertDialogs (TIMOB-9327) and the last line of really long labels getting cut off:\r\n\r\nhttp://developer.appcelerator.com/question/137694/mobileweb-tiuilabel-truncating-some-words-if-text-too-long", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2012-06-04T16:51:02.000+0000", "updated": "2012-06-04T17:12:30.000+0000" }, { "id": "197350", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull Request: https://github.com/appcelerator/titanium_mobile/pull/2328", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-05T12:02:34.000+0000", "updated": "2012-06-05T12:02:34.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }