1.3.0 click handler no longer firing
I recently switched my project to use 1.3.0 in an attempt to fix a bug in titanium. However, since the change, the click handlers I have attached to imageViews are no longer firing.
The trace log contains the following when I click:
[TRACE] E/TiUIView( 686): (main) [6576,16157] TAP, TAP, TAP
but the event handler does not get called.
Is there a known reason (and hopefully a fix) for this? The bugs in both 1.2.0 and 1.3.0 (and also 1.3.1 nightly) have now rendered my project useless if I cannot fix it.
Thank you