CCMenuItemImage and CCMenu. Bug?

Hello.

  1. I created CCMenu, and added CCMenuItemImage into it. I setted up breakpoint at CCMenu::ccTouchBegan. When I click on menu item, I dont stop in this function, and whats surprising, its doesn’t call totally!

  2. I did there, because I want to organize menu image items, which will partially cover each other. And when I click, performs callback-function for image item with smallest z-value (instead biggest on logic)! So called callback for covered image item.

I am using 0.13.0, but in features and bugfixes for 2.0 I not founded anything about this problem.