Titanium JIRA Archive
Appcelerator Community (AC)

[AC-127] Load event image Bug on 4.0.0.RC3 IOS

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionInvalid
Resolution Date2015-05-17T15:48:27.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsn/a
ReporterFlavio Lacerda
AssigneeRadamantis Torres-Lechuga
Created2015-05-14T00:03:11.000+0000
Updated2015-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

Comments

  1. Radamantis Torres-Lechuga 2015-05-14

    [~flaviolacer] can you please attach a test case, steps to reproduce, ti config , ti info and logs? Thanks
  2. Flavio Lacerda 2015-05-14

    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..
  3. Ingo Muschenetz 2015-05-17

    Appears to be a duplicate of one of the load image bugs.

JSON Source