[TIMOB-15277] ScrollView while scrolling, the user touchs and the scroll jumps the position
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T20:10:43.000+0000 |
Affected Version/s | Release 3.1.2, Release 3.2.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | supportTeam |
Reporter | Radamantis Torres-Lechuga |
Assignee | Chris Barber |
Created | 2013-09-18T23:02:08.000+0000 |
Updated | 2018-08-02T22:20:05.000+0000 |
Description
When a user swipes on a scrollview, the content begins scrolling. If the user then touches on the scrollview while it is scrolling/moving, the expectation is that the content will stop where it is. However, when the user touches, the content of the scrollview jumps back to where the user originally released it (end of swipe action).
Test code:
<Alloy>
<Window class="container">
<ScrollView id="scrollView" showVerticalScrollIndicator="false" showHorizontalScrollIndicator="true" height="80%" width="80%" layout="horizontal">
<View id="view" backgroundColor="#336699" borderRaduis="10" top="10" height="200" width="400" />
<View id="view" backgroundColor="white" borderRaduis="10" top="10" height="200" width="400" />
<View id="view" backgroundColor="blue" borderRaduis="10" top="10" height="200" width="400" />
<View id="view" backgroundColor="white" borderRaduis="10" top="10" height="200" width="400" />
<View id="view" backgroundColor="red" borderRaduis="10" top="10" height="200" width="400" />
<View id="view" backgroundColor="white" borderRaduis="10" top="10" height="200" width="400" />
<View id="view" backgroundColor="green" borderRaduis="10" top="10" height="200" width="400" />
</ScrollView>
</Window>
</Alloy>
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing old "Won't fix" tickets. If you disagree, please reopen.