onTouch handler not working the first time

I’m not prepared to submit a full-on bug report as my application is rather large and I haven’t isolated a small snippet that illustrates the problem, but this is not working in 882, and it is in 840.

Simply, I have a scene with two images that have the same onTouch handler. When either is pressed, it does a director:changeScene to a different scene. At least when one of them is pressed. The other doesn’t register catch the touch event (print statement confirmed).

However, if I press on the one that works, change scene, go back to the previous scene, the second one starts working.

Weird, huh? I don’t know how far this goes back but I just re-loaded build 840 and it works as expected. [import]uid: 58455 topic_id: 30163 reply_id: 330163[/import]

Weirder still, it appears to transfer ownership of the handler to the 2nd button after the 1st is pressed. on subsequent entries into the screen, only the 2nd button works.

Something’s hosed in build 882. [import]uid: 58455 topic_id: 30163 reply_id: 120791[/import]

Weirder still, it appears to transfer ownership of the handler to the 2nd button after the 1st is pressed. on subsequent entries into the screen, only the 2nd button works.

Something’s hosed in build 882. [import]uid: 58455 topic_id: 30163 reply_id: 120791[/import]