Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wtmoose opened this issue Jul 23, 2013 · 0 comments

Comments

@wtmoose
Copy link
Member

wtmoose commented Jul 23, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant