Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1330] Unexpected "row undefined data undefined.." error when tapping on anything but delete

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:55:53.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.6.0 M04
ComponentsiOS
Labelsios, release-1.6.0, row, tableview
ReporterThomas Huelbert
AssigneeBlain Hamon
Created2011-04-15T02:49:36.000+0000
Updated2011-04-17T01:55:53.000+0000

Description

1.BaseUi>Views>Table Views>Delete Mode (2)
2.Tap edit
3.tap an indicator next to item to invoke the delete button
4.tap anywhere

results: error invoked: "Table View row undefined index undefined..." etc

as Per Nolan, these values should not be undefined at this point.

Comments

  1. Jeff Haynie 2011-04-15

    (from [08370edddae282f4f4ac824a236625a6c776e1d5]) [#1330 state:fixed-in-qa] Addition of 'allowsSelectonDuringEditing' property and conformance to how iOS handles other table clicks while in editing mode. https://github.com/appcelerator/titanium_mobile/commit/08370edddae282f4f4ac824a236625a6c776e1d5"> https://github.com/appcelerator/titanium_mobile/commit/08370edddae2...

  2. Stephen Tramer 2011-04-15

    To test changes:

    • Base UI->Views->Table View->Delete Mode (2)
    • Click 'edit' button
    • Click any row : Should select and fire 'click' event
    • Click (-) toggle on row
    • Click any row : Should NOT select and fire 'click' event, but should re-toggle (|)
  3. Thomas Huelbert 2011-04-15

    4.2.1 touch 4gt 3.1.3 3g iPhone [INFO] Titanium SDK version: 1.6.0 (01/12/11 09:38 db09d1e)

JSON Source