[TIMOB-15539] MobileWeb - Animation throws uncaught exceptions
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T18:43:58.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | SupportTeam |
Reporter | Jick Steen |
Assignee | Chris Barber |
Created | 2013-10-17T08:17:30.000+0000 |
Updated | 2018-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]
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.