Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15277] ScrollView while scrolling, the user touchs and the scroll jumps the position

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T20:10:43.000+0000
Affected Version/sRelease 3.1.2, Release 3.2.0
Fix Version/sn/a
ComponentsMobileWeb
LabelssupportTeam
ReporterRadamantis Torres-Lechuga
AssigneeChris Barber
Created2013-09-18T23:02:08.000+0000
Updated2018-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>

Comments

  1. Lee Morris 2017-06-26

    Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
  2. Eric Merriman 2018-08-02

    Closing old "Won't fix" tickets. If you disagree, please reopen.

JSON Source