[TIMOB-257] 'scroll' event not called on scrollToView
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-07-26T18:43:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | event, ios, scrollview |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:26:15.000+0000 |
Updated | 2012-10-02T03:10:29.000+0000 |
Description
When you programatically scroll a scrollable view the "scroll" event does not fire
I can confirm that this is a bug.
I also just noticed that if you embed a regular scrollView (like for scrolling a long page vertically) inside a scrollableView (where you swipe "cards" side-to-side like in Apple's weather app on the iPhone), the 'scroll' event fires repeatedly on the scrollView, even though you're staying on the same page within the scrollableView.
It seems like there should be distinct scroll events for the scrollView and the scrollableView.
any updates on this? It is def. a bug
Bumping to future.
Bug Scrub: Invalid. No Test Case exists Created my own app with scrollable view and checked the scroll function.