Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3372] Negative Height on ImageView Crashes

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T22:45:03.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterJoseph Montanez
AssigneeIngo Muschenetz
Created2011-04-15T03:43:24.000+0000
Updated2017-06-07T22:45:03.000+0000

Description

var iconImageGradient = Titanium.UI.createImageView({
    top: 0,
    left: 0,
    width: 30,
    height: -14.666,
    image: 'icon-gradient.png'
});

This crashed the application on android.

Comments

  1. Lee Morris 2017-06-07

    Closing ticket due to the time passed and lack of progress.

JSON Source