Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: Release 3.2.0
-
Fix Version/s: Release 7.3.0
-
Component/s: Android
-
Environment:
Titanium SDK: 3.1.3.GA
OS: CrunchBang 11 Waldorf
Deployment: Android
-
Story Points:5
-
Sprint:2018 Sprint 05 SDK, 2018 Sprint 04 SDK
Description
The setCurrentPage method for Ti.UI.ScrollableView fires the 'dragend' & 'scrollend' events upon completion.
According to the docs:
scrollend: Fired when the view has stopped moving completely.
dragend: Fired when the scrolling drag gesture on the view has been completed.
If setCurrentPage is called programmatically, the 'dragend' event is incorrect as no drag gesture has been occurred.
If setCurrentPage is called programmatically and without animation, the 'scrollend' event is incorrect as no movement has occurred.
Attachments
Issue Links
- relates to
-
TIMOB-18413 Android: ScrollableView crash
-
- Closed
-