{ "id": "61225", "key": "TIMOB-593", "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": "11225", "name": "Release 1.5.0", "archived": true, "released": true, "releaseDate": "2010-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:53:37.000+0000", "created": "2011-04-15T02:32:40.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "imageview", "ios", "iphone" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:53:37.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}
if you have an ImageView that is on a white background and you\nhave a borderWidth + a borderColor of white, there will be some\nlight grey color around the border edge.
no grey seen when using this code, closing as resolved
\nvar win = Titanium.UI.currentWindow;
\nTitanium.UI.setBackgroundColor('#FFF');
\nvar imageView = Titanium.UI.createImageView({
\n borderColor:'#FFF',\n borderWidth:10,\n image:'http://www.appcelerator.com/wp-content/uploads/2009/06/titanium_desk.png',\n width:261,\n height:178,\n top:20\n});
\n
\nneeds testcase