{ "id": "61818", "key": "TIMOB-1186", "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": "11224", "name": "Release 1.4.0", "archived": true, "released": true, "releaseDate": "2010-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:55:27.000+0000", "created": "2011-04-15T02:46:13.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:55:27.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}
on 3.1.x run the following:
\nvar win = Ti.UI.createWindow();
\nvar imageView = Titanium.UI.createImageView({
\nimage: 'http://www.findlawactivitytracker.com/charts/display?image=contactS...,
\ntop: 0,
\nleft: 0,
\nwidth: 300,
\nheight: 'auto'
\n}); win.add(imageView);
\nwin.open()
image view is not position correctly
(from [92cb189ccb7ae7e2c506311cdf54316be997d364])\nCloses #1186: Added back in some autosize code for\nimage views that had been excised in the past. Some testing shows\nthat none of the bugs which have been fixed since then are\naffected. \nhttp://github.com/appcelerator/titanium_mobile/commit/92cb189ccb7ae...