Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1186] Image View rendering is jacked [REGRESSION ISSUE]

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:55:27.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.4.0
ComponentsiOS
Labelsn/a
ReporterNolan Wright
AssigneeBlain Hamon
Created2011-04-15T02:46:13.000+0000
Updated2011-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

Comments

  1. Jeff Haynie 2011-04-15

    (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...

JSON Source