Bug: Slider+ScrollView

Hello! CC 2.1 problem:

When the Slider is in the ScrollView, it stops moving smoothly, it works fine separately. Bug?
Example project:
Playground.zip (186.5 KB)

@ slackmoehrle @ Big_Bear help?

You should uncheck the Cancel Inner Events from your cc.Scrollview. This property makes your slider inside the scrollview’s content not returning events.

@ krissy18 Thank you!