[AC-127] Load event image Bug on 4.0.0.RC3 IOS
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2015-05-17T15:48:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Flavio Lacerda |
Assignee | Radamantis Torres-Lechuga |
Created | 2015-05-14T00:03:11.000+0000 |
Updated | 2015-05-17T15:48:27.000+0000 |
Description
Event listener "load" on a ImageView it's not working on IOS. Android works fine.
4.0.0.Beta3 works fine on IOS
[~flaviolacer] can you please attach a test case, steps to reproduce, ti config , ti info and logs? Thanks
Hi Radamantis, 4.0.0.RC4 it's working fine. Example: var test = Ti.UI.createImageView({ image : 'test.png', height : Ti.UI.SIZE, width : Ti.UI.SIZE }); test.addEventListener('load', function(e){ console.log('fired!'); }); Regards..
Appears to be a duplicate of one of the load image bugs.