[AC-385] Tableview SetData not working when coming back from other View
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2015-11-11T22:54:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | Appcelerator, TableView, android, ios |
Reporter | Ilja Schwarz |
Assignee | Shak Hossain |
Created | 2015-09-28T11:54:04.000+0000 |
Updated | 2015-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
Hello [~blackbilbao], Please provide a test case to regenerate the issue. Thanks.