[TIMOB-3347] iOS: scrollToView scrolls to requested position, then back to original location
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-26T14:23:20.000+0000 |
Affected Version/s | Release 1.6.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Matthew Congrove |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:42:41.000+0000 |
Updated | 2017-05-26T14:23:20.000+0000 |
Description
HD post with code sample can be found here: http://developer.appcelerator.com/helpdesk/view/76488">http://developer.appcelerator.com/helpdesk/view/76488
If you create a scrollableView and then call scrollToView() it does not always scroll to the desired location (tends to scroll near requested location, then back to original index), and when it does it will usually scroll too far before snapping back (for instance, when going from index 0 to index 1 it will go 0->2->1). Setting the scrollableView.currentPage to the desired index does work.
VERSIONS
TI 1.6.0
IOS 4.3
Closing ticket as invalid as there is no valid test case and the link provided no longer works.