UIScrollView touchable issue

The UIScrollView is set to be not touchable(using setTouchEnable(false)), and its children is set to be touchable(using setTouchEnable(true)), then the UIScrollView is scrollable by user.

Hi, OC OC,

It’s resolved with a recent update to the develop branch, you can see it from here: https://github.com/cocos2d/cocos2d-html5/pull/1296
Thank you!

Huabin