Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15539] MobileWeb - Animation throws uncaught exceptions

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T18:43:58.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsMobileWeb
LabelsSupportTeam
ReporterJick Steen
AssigneeChris Barber
Created2013-10-17T08:17:30.000+0000
Updated2018-04-04T23:20:41.000+0000

Description

Hi, I'm experiencing uncaught exceptions for already a few months when trying to scroll a ScrollView/Tableviews in MobileWeb with the continuous builds of 3.2.0SDK. The last version I tried is 3.2.0.v20131004155410.

Example 1 TableView:

$.index.open();
<Alloy>
    <Window class="container">
        <TableView>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
            <TableViewRow title="test"/>
        </TableView>
    </Window>
</Alloy>

Example 2 ScrollView:

 
$.index.open();
<Alloy>
    <Window class="container">
        <ScrollView>
            <View height="2000"></View>
        </ScrollView>
    </Window>
</Alloy>

Steps to reproduce:

- Open the examples for instance in Chromium / Chrome (I am using version 30 at the moment) and try to scroll. - A red application error will appear saying "Uncaught TypeError: Cannot call method 'push' of undefined at / (line 9012)". - Within Ti/UI/Animation the function go fails to call animations[wid].push(.... I also tried to use <allow-touch> in tiapp.xml but it did not help. I am using the 3.2.0 builds because it contains the "[TIMOB-13697] Added jet rockets to Mobile Web" fix which makes the mobile app much faster. Link to Q&A [http://developer.appcelerator.com/question/158326]

Comments

  1. Lee Morris 2017-06-26

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

    Closing as will not fix.

JSON Source