[TIMOB-16443] MobileWeb: ScrollView does not fire "scrollend", fires "scrollEnd"
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T19:11:25.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Andrew Greenstreet |
Assignee | Chris Barber |
Created | 2014-02-10T14:08:14.000+0000 |
Updated | 2018-04-04T23:20:30.000+0000 |
Description
The documentation says "scrollEnd" has been deprecated for all platforms. However mobile web only fires "scrollEnd" and does not fire the "scrollend" event.
You can see this in line 63 of "ScrollView.js"
self.fireEvent('scrollEnd');
should be, per the current documentation
self.fireEvent('scrollend');
Moving this ticket to engineering as I verified in the code that MobileWeb platform fires scrollEnd event and not scrollend event but the documentation states otherwise.
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.