We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
set ScrollView's touchEnabled to false is not effective when it has Buttons as children
set ScrollView's touchEnabled to false is not effective when it has Buttons as children
Bug #3711 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8316
Status: | Closed | |
---|---|---|
Start date: | 2014-01-15 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | android | |
Target version: | - |
version: cocos2d-x 3.0 beta
step to reproduce:
1. create a ScrollView and add several Buttons as its children.
2. call setTouchEnabled(false) to disable scrollview, but keep Buttons touchable
3. touch on the buttons and move around, the scrollview will scroll
4. touch on the areas out of buttons but in scrollview, the scrollview will not scroll