cocos2d / cocos2d-js

cocos2d-x for JS
http://www.cocos2d-x.org
MIT License
1.86k stars 490 forks source link

[Web]ccui.Widget can't touch when it reused. #1309

Closed dingpinglv closed 9 years ago

dingpinglv commented 9 years ago

ccui.Widget can't touch when it reused:

  1. aWidget.removeFromParent(true);
  2. aParentNode.addChild(aWidget);

aWidget can't touch.

dingpinglv commented 9 years ago

Fixed at: https://github.com/cocos2d/cocos2d-html5/pull/2592