[TIMOB-1186] Image View rendering is jacked [REGRESSION ISSUE]
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:46:13.000+0000 |
Updated | 2011-04-17T01:55:27.000+0000 |
Description
on 3.1.x run the following:
var win = Ti.UI.createWindow();
var imageView = Titanium.UI.createImageView({
image: 'http://www.findlawactivitytracker.com/charts/display?image=contactSummary-92505-200904-201003'">http://www.findlawactivitytracker.com/charts/display?image=contactS...,
top: 0,
left: 0,
width: 300,
height: 'auto'
}); win.add(imageView);
win.open()
image view is not position correctly
(from [92cb189ccb7ae7e2c506311cdf54316be997d364]) Closes #1186: Added back in some autosize code for image views that had been excised in the past. Some testing shows that none of the bugs which have been fixed since then are affected. http://github.com/appcelerator/titanium_mobile/commit/92cb189ccb7ae7e2c506311cdf54316be997d364"> http://github.com/appcelerator/titanium_mobile/commit/92cb189ccb7ae...