Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1114] Deleting an invalid row from a table causes crash

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-11-02T14:00:03.000+0000
Affected Version/sn/a
Fix Version/sBacklog
ComponentsiOS
Labelsios, iphone, tableview
ReporterBlain Hamon
AssigneeReggie Seagraves
Created2011-04-15T02:44:23.000+0000
Updated2012-10-02T03:10:23.000+0000

Description

Specifically, because it does all its work in the UI thread, the exceptions that it raises which were meant for getting back to the JS are now uncaught exceptions that cause the app to crash.

Comments

  1. Dawson Toth 2011-11-02

    Can't reproduce with the 1.8.0 SDK with the following code:
       Ti.UI.createTableView({ data: [ { title: 'Crash me, please!' } ] }).deleteRow(5);
       

JSON Source