[TIMOB-3372] Negative Height on ImageView Crashes
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T22:45:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Joseph Montanez |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:43:24.000+0000 |
Updated | 2017-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.
Closing ticket due to the time passed and lack of progress.