Closed
Description
Steps to reproduce
- Having a device with a touch screen
- Having two sliders on the same screen
- Start dragging first slider
- Start dragging second slider in the same time using another finger
- Continue dragging both sliders in the same time
Demo: http://jsfiddle.net/1o71k7j5/1/
Expected behaviour
Both sliders are dragged correctly, according to the corresponding finger that initiated the drag
Actual behaviour
Only the second touched slider is moving when moving both fingers. Also this slider moves incorrectly because it follows the movement of the finger that initiated the drag on the other slider.
Notes
We already done some internal test by extending your component and adding the fix to the above issue. We want to create a pull request for this change. But before starting to integrate this fix on your library we would like to know if you think that it would be ok to integrate it?
Thank you and looking forward for your response.