Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13095] Android: ListView: Running Update Items in ListView ,runtime exceptions occur

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-04-10T06:25:25.000+0000
Affected Version/sRelease 3.1.0
Fix Version/sRelease 3.1.0
ComponentsAndroid, iOS
LabelsKitchenSink, qe-3.1.0, qe-testadded
ReporterParas Mishra
AssigneeIngo Muschenetz
Created2013-03-18T11:31:11.000+0000
Updated2015-02-02T20:46:42.000+0000

Description

Android: ListView: Running Update Items in ListView ,runtime exceptions occur Steps to reproduce. 1. Take out the KitchenSink as follows a) git checkout -b vishalduggal-listview_tests master b) git pull https://github.com/vishalduggal/KitchenSink.git listview_tests 2. Run the kitchenSink. 3. Navigate to Views > List View (New) > Update Items under Section API - Item Management. Expected: App should run with out any exceptions. Actual: Exceptions are occurred. Logs are 03-18 16:50:29.751: E/TiExceptionHandler(5805): (main) [2534,8337] ----- Titanium Javascript Runtime Error ----- 03-18 16:50:29.751: E/TiExceptionHandler(5805): (main) [0,8337] - In ui/common/baseui/listview/list_itemsupdate.js:19,6 03-18 16:50:29.751: E/TiExceptionHandler(5805): (main) [1,8338] - Message: Uncaught TypeError: Cannot read property 'taskTrack' of undefined 03-18 16:50:29.751: E/TiExceptionHandler(5805): (main) [0,8338] - Source: item.taskTrack.value = e.value; 03-18 16:50:29.751: E/V8Exception(5805): Exception occurred at ui/common/baseui/listview/list_itemsupdate.js:19: Uncaught TypeError: Cannot read property 'taskTrack' of undefined

Comments

  1. Hieu Pham 2013-04-01

    This issue is 2 weeks old, and is now invalid. Please double check with latest Kitchensink and master.
  2. Paras Mishra 2013-04-10

    closing as per comment.

JSON Source