发帖前请先 搜索 是否有相关帖子: http://forum.cocos.com/search?q=category%3Acreator%20
已经在论坛提交的内容,请勿重复在 QQ 上私信或 @ 开发者,除非你能确定错误和对方有关
常见问题可先查看 FAQ: http://forum.cocos.com/t/faq-8-29/35510 或者在 Q 群咨询
反馈 Bug 时记得提供:
Creator 版本号:1.5.0
运行时目标平台:全平台
手机浏览器平台:(机型,浏览器)
操作系统:无
详细报错信息,包含调用堆栈:
movesp start。。。。。。
progressbar.js:104 move
createGame.js:48 scroller。。。。。。
2progressbar.js:104 move
createGame.js:48 scroller。。。。。。
2progressbar.js:104 move
createGame.js:48 scroller。。。。。。
2progressbar.js:104 move
progressbar.js:155 MOVE ACTION CANCEL
6progressbar.js:104 move
createGame.js:48 scroller。。。。。。
progressbar.js:99 movesp start。。。。。。
progressbar.js:104 move
createGame.js:48 scroller。。。。。。
2progressbar.js:104 move
progressbar.js:155 MOVE ACTION CANCEL
7progressbar.js:104 move
createGame.js:48 scroller。。。。。。

在scrollView里面有一个自定义控件。可以滑动滑块选择区间。在滑动滑块的时候,事件依次是touchStart,touchMove,toucheCancel, …touchMove. 为什么cancel之后还会有move?
还有就是这个cancel事件怎么会出现的?为什么没有TouchEnd事件…