Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16443] MobileWeb: ScrollView does not fire "scrollend", fires "scrollEnd"

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T19:11:25.000+0000
Affected Version/sRelease 3.2.0
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterAndrew Greenstreet
AssigneeChris Barber
Created2014-02-10T14:08:14.000+0000
Updated2018-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');

Comments

  1. Ritu Agrawal 2014-02-11

    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.
  2. Lee Morris 2017-06-26

    Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
  3. Eric Merriman 2018-04-04

    Closing as will not fix.

JSON Source