TLIndexPathTools icon indicating copy to clipboard operation
TLIndexPathTools copied to clipboard

TLTreeTableViewController asynchronously expanding nodes should work if the parent node is collapsed during the operation

Open wtmoose opened this issue 12 years ago • 0 comments

When asynchronously loading child nodes when the node is expanded, if the parent node is collapsed before the children have finished loading, thus hiding the node that is being populated, the call to setNewVersionOfItem is ignored because it only considers visible nodes. So the next time the node is expanded, the data will need to be loaded again.

Improve this such that the initial load is saved.

wtmoose avatar Jul 23 '13 20:07 wtmoose