Titanium JIRA Archive
Appcelerator Community (AC)

[AC-385] Tableview SetData not working when coming back from other View

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionNeeds more info
Resolution Date2015-11-11T22:54:23.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
LabelsAppcelerator, TableView, android, ios
ReporterIlja Schwarz
AssigneeShak Hossain
Created2015-09-28T11:54:04.000+0000
Updated2015-11-11T22:54:23.000+0000

Description

Im faceing the following bug: When I have a view and enter it via View.open(); a Tableview which is generated in in JS it works fine. I can delete and add Data via TableView.data=someData or Tableview.setData(someData). But if i use the same View and return to it (via Backbutton or NavigationButton) i cannot add or new entries to the TableView. if I check the TableView in the Debugger after using TableView.setdata(someData) or TableView.data= someData the entries are there but are not displayed on the device (it is just blank where the TableView should be) On the other hand if i return to the Page where the View (with the TableView) is opened via View.open() it's starts to function again. This problem occures on android and on ios

Comments

  1. Amimul Hossain 2015-09-29

    Hello [~blackbilbao], Please provide a test case to regenerate the issue. Thanks.

JSON Source